A
B
C
D
F
G
H
I
L
M
N
P
R
S
T
W
F
- fillInStackTrace() - function in kotlin.InvalidGifException
- from(File,PixelPacking) - function in app.redwarp.gif.decoder.Gif.Companion
- Open a gif file, using a java.io.RandomAccessFile to access the data: The gif wont be loaded fully in memory.
- from(InputStream,PixelPacking) - function in app.redwarp.gif.decoder.Gif.Companion
- Load a gif from an InputStream: The InputStream will be fully read and loaded in memory.
- from(Gif) - function in app.redwarp.gif.decoder.Gif.Companion
- Creates a new gif from an existing gif.