A
C
D
F
G
H
I
L
M
N
P
R
S
T
U
P
- Palettes - class in app.redwarp.gif.decoder.utils
- Fallback palettes used when a GIF has neither global nor local color tables.
- parse(File,PixelPacking) - function in app.redwarp.gif.decoder.Parser
- Parse a gif file, accessing it through a java.io.RandomAccessFile
- parse(InputStream,PixelPacking) - function in app.redwarp.gif.decoder.Parser
- Parse gif content from an InputStream, keeping the whole content in memory.
- parse(ReplayInputStream,PixelPacking) - function in app.redwarp.gif.decoder.Parser
- Parse gif content from a ReplayInputStream, keeping the whole content in memory.
- Parser - class in app.redwarp.gif.decoder
- Based on https://web.archive.org/web/20160304075538/http://qalle.net/gif89a.
- PixelPacking - class in app.redwarp.gif.decoder.descriptors.params
- What type of pixel packing should be used when decoding the color tables.
- Position - class in app.redwarp.gif.decoder.descriptors
- X and Y coord, needed as frames can be offset.
- printStackTrace() - function in kotlin.InvalidGifException
- printStackTrace(PrintStream) - function in kotlin.InvalidGifException
- printStackTrace(PrintWriter) - function in kotlin.InvalidGifException