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

Class GifEncoder

gifAnimation/src/GifEncoder.java:31–495  ·  view source on GitHub ↗

Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames. Example: AnimatedGifEncoder e = new AnimatedGifEncoder(); e.start(outputFileName); e.setDelay(1000); // 1 frame per sec e.addFrame(image1); e.addFrame(image2); e.finish(); No cop

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