MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / openImage

Method openImage

ij/src/main/java/ij/gui/NewImage.java:445–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 }
444
445 void openImage() {
446 if (!showDialog())
447 return;
448 try {
449 open(name, gwidth, gheight, gslices, gtype, gfill);
450 } catch(OutOfMemoryError e) {
451 IJ.outOfMemory("New Image...");
452 }
453 }
454
455 /** Called when ImageJ quits. */
456 public static void savePreferences(Properties prefs) {

Callers 1

NewImageMethod · 0.95

Calls 3

showDialogMethod · 0.95
openMethod · 0.95
outOfMemoryMethod · 0.95

Tested by

no test coverage detected