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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected