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

Method addFrame

gifAnimation/src/GifEncoder.java:138–171  ·  view source on GitHub ↗

Adds next GIF frame. The frame is not written immediately, but is actually deferred until the next frame is received so that timing data can be inserted. Invoking finish() flushes all frames. If setSize was not invoked, the size of the first image is used for all subsequent

(BufferedImage im)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

setSizeMethod · 0.95
getImagePixelsMethod · 0.95
analyzePixelsMethod · 0.95
writeLSDMethod · 0.95
writePaletteMethod · 0.95
writeNetscapeExtMethod · 0.95
writeGraphicCtrlExtMethod · 0.95
writeImageDescMethod · 0.95
writePixelsMethod · 0.95

Tested by

no test coverage detected