Struct gif::StreamingDecoder [] [src]

pub struct StreamingDecoder { /* fields omitted */ }

GIF decoder which supports streaming

Methods

impl StreamingDecoder
[src]

[src]

Creates a new streaming decoder

[src]

Updates the internal state of the decoder.

Returns the number of bytes consumed from the input buffer and the last decoding result.

[src]

Returns the data of the last extension that has been decoded.

[src]

Current frame info as a mutable ref.

[src]

Current frame info as a ref.

[src]

Width of the image

[src]

Height of the image

Trait Implementations

impl Parameter<StreamingDecoder> for Extensions
[src]

Result type of set_param.

[src]

Sets self as a parameter of Object.

impl Debug for StreamingDecoder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations