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

Method getImage

ij/src/main/java/ij/plugin/GIF_Reader.java:167–169  ·  view source on GitHub ↗

Gets the first (or only) image read. @return ImageProcessor containing first frame, or null if none.

()

Source from the content-addressed store, hash-verified

165 * @return ImageProcessor containing first frame, or null if none.
166 */
167 public ImageProcessor getImage() {
168 return getFrame(0);
169 }
170
171
172 /**

Callers

nothing calls this directly

Calls 1

getFrameMethod · 0.95

Tested by

no test coverage detected