Struct gif::StreamingDecoder[][src]

pub struct StreamingDecoder { /* fields omitted */ }

GIF decoder which supports streaming

Methods

impl StreamingDecoder
[src]

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.

Width of the image

Height of the image

Trait Implementations

impl Parameter<StreamingDecoder> for Extensions
[src]

Result type of set_param.

Sets self as a parameter of Object.

impl Debug for StreamingDecoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations