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

Method getImageInfo

ij/src/main/java/ij/plugin/filter/Info.java:21–24  ·  view source on GitHub ↗
(ImagePlus imp, ImageProcessor ip)

Source from the content-addressed store, hash-verified

19 }
20
21 public String getImageInfo(ImagePlus imp, ImageProcessor ip) {
22 ImageInfo info = new ImageInfo();
23 return info.getImageInfo(imp);
24 }
25
26}

Callers

nothing calls this directly

Calls 1

getImageInfoMethod · 0.95

Tested by

no test coverage detected