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

Method save

ij/src/main/java/ij/IJ.java:2152–2154  ·  view source on GitHub ↗

Saves the current image, lookup table, selection or text window to the specified file path. The path must end in ".tif", ".jpg", ".gif", ".zip", ".raw", ".avi", ".bmp", ".fits", ".pgm", ".png", ".lut", ".roi" or ".txt".

(String path)

Source from the content-addressed store, hash-verified

2150 /** Saves the current image, lookup table, selection or text window to the specified file path.
2151 The path must end in ".tif", ".jpg", ".gif", ".zip", ".raw", ".avi", ".bmp", ".fits", ".pgm", ".png", ".lut", ".roi" or ".txt". */
2152 public static void save(String path) {
2153 save(null, path);
2154 }
2155
2156 /** Saves the specified image, lookup table or selection to the specified file path.
2157 The file path should end with ".tif", ".jpg", ".gif", ".zip", ".raw", ".avi", ".bmp",

Callers 6

doFunctionMethod · 0.95
saveAsMethod · 0.95
saveProcessedFileMethod · 0.95
saveFileMethod · 0.95
addMenuBarMethod · 0.45
writeImageMethod · 0.45

Calls 6

getCurrentImageMethod · 0.95
getTitleMethod · 0.95
saveAsMethod · 0.95
setTitleMethod · 0.95
errorMethod · 0.95
substringMethod · 0.80

Tested by

no test coverage detected