GIFDecoder

Reference: GIF89a Specification.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

FPS
float FPS()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeNextFrame
void decodeNextFrame(bool* gotOneFrame, Image* outFrame, int* frameDurationMs, bool* err)

Decode next GIF frame in a rgba8 buffer.

getPixelAspectRatio
float getPixelAspectRatio()
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
numLayers
int numLayers()
Undocumented in source. Be warned that the author may not have intended to support it.
open
void open(IOStream* io, IOHandle handle, bool* err)
Undocumented in source. Be warned that the author may not have intended to support it.
parseHeader
void parseHeader(bool* err)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta