Module streaming_decoder

Source
Expand description

Low-level, advanced decoder. Prefer Decoder instead, which can stream frames too.

Structs§

FrameDecoder
Decoder for Frame::make_lzw_pre_encoded
StreamingDecoder
GIF decoder which emits low-level events for items in the GIF file

Enums§

Block
Known GIF block labels.
Decoded
Indicates whether a certain object has been decoded
FrameDataType
Varies depending on skip_frame_decoding
OutputBuffer
Destination to write to for StreamingDecoder::update