MCPcopy Create free account
hub / github.com/extrapixel/gif-animation / GifDecoder

Class GifDecoder

gifAnimation/src/GifDecoder.java:42–802  ·  view source on GitHub ↗

Class GifDecoder - Decodes a GIF file into one or more frames. Example: GifDecoder d = new GifDecoder(); d.read("sample.gif"); int n = d.getFrameCount(); for (int i = 0; i < n; i++) { BufferedImage frame = d.getFrame(i); // frame i int t = d.g

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected