Struct gif::StreamingDecoder [−][src]
pub struct StreamingDecoder { /* fields omitted */ }
Expand description
GIF decoder which supports streaming
Implementations
Creates a new streaming decoder
Updates the internal state of the decoder.
Returns the number of bytes consumed from the input buffer and the last decoding result.
Returns the data of the last extension that has been decoded.
Current frame info as a mutable ref.
Current frame info as a ref.
The version number of the GIF standard used in this image.
We suppose a minimum of V87a
compatibility. This value will be reported until we have
read the version information in the magic header bytes.
👎 Deprecated: Does not work as intended. In fact, doesn’t do anything. This may disappear soon.
👎 Deprecated:
Does not work as intended. In fact, doesn’t do anything. This may disappear soon.
Configure whether extensions are saved or skipped.