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

Method getImageInfo

ij/src/main/java/ij/macro/Functions.java:1913–1917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1911 }
1912
1913 String getImageInfo() {
1914 ImagePlus imp = getImage();
1915 ImageInfo infoPlugin = new ImageInfo();
1916 return infoPlugin.getImageInfo(imp);
1917 }
1918
1919 public String getDirectory() {
1920 String dir = IJ.getDirectory(getStringArg());

Callers 2

getStringFunctionMethod · 0.95
getWindowContentsMethod · 0.95

Calls 2

getImageMethod · 0.95
getImageInfoMethod · 0.95

Tested by

no test coverage detected