Re-exportsยง
pub use self::decoder::PLTE_CHANNELS;
pub use self::decoder::StreamingDecoder;
pub use self::decoder::Decoded;
pub use self::decoder::DecodingError;
pub use self::decoder::DecodingFormatError;
pub use self::decoder::Version;
pub use self::decoder::FrameDataType;
pub use self::decoder::OutputBuffer;
pub use self::decoder::FrameDecoder;
pub use self::converter::ColorOutput;
Modulesยง
Structsยง
- Decode
Options - Options for opening a GIF decoder.
DecodeOptions::read_info
will start the decoder. - Decoder
- GIF decoder. Create
DecodeOptions
to get started, and callDecodeOptions::read_info
. - Decoder
Iter - Use
decoder.into_iter()
to iterate over the frames - Read
Decoder ๐
Enumsยง
- Memory
Limit - The maximum amount of memory the decoder is allowed to use for each frame