Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/extrapixel/gif-animation
/ types & classes
Types & classes
7 in github.com/extrapixel/gif-animation
⨍
Functions
96
◇
Types & classes
7
Class
Gif
gifAnimation/src/Gif.java:32
Class
GifDecoder
Class GifDecoder - Decodes a GIF file into one or more frames. <br> <pre> Example: GifDecoder d = new GifDecoder(); d.read("sample.gif&
gifAnimation/src/GifDecoder.java:42
Class
GifEncoder
Class AnimatedGifEncoder - Encodes a GIF file consisting of one or more frames. <pre> Example: AnimatedGifEncoder e = new AnimatedGifEncoder();
gifAnimation/src/GifEncoder.java:31
Class
GifFrame
gifAnimation/src/GifDecoder.java:134
Class
GifMaker
gifAnimation/src/GifMaker.java:34
Class
LZWEncoder
gifAnimation/src/GifEncoder.java:1006
Class
NeuQuant
gifAnimation/src/GifEncoder.java:519