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§
- decoder 🔒
Structs§
- Options for opening a GIF decoder.
DecodeOptions::read_info
will start the decoder. - GIF decoder. Create
DecodeOptions
to get started, and callDecodeOptions::read_info
. - Use
decoder.into_iter()
to iterate over the frames
Enums§
- The maximum amount of memory the decoder is allowed to use for each frame