GIFDecoder
version(decodeGIF)
nothrow @
nogc struct GIFDecoder {
}
A destructor is present on this object, but not explicitly documented in the source.
- decodeNextFrame
void decodeNextFrame(bool* gotOneFrame, Image* outFrame, int* frameDurationMs, bool* err)
Decode next GIF frame in a rgba8 buffer.
Reference: GIF89a Specification.