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

Method resetFrame

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

Resets frame state for reading next image.

()

Source from the content-addressed store, hash-verified

634 * Resets frame state for reading next image.
635 */
636 private void resetFrame() {
637 lastDispose = dispose;
638 lastRect = new Rectangle(ix, iy, iw, ih);
639 lastImage = image;
640 lastBgColor = bgColor;
641 int dispose = 0;
642 boolean transparency = false;
643 int delay = 0;
644 lct = null;
645 }
646
647
648 /**

Callers 1

readImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected