Struct gif::Decoder[][src]

pub struct Decoder<R: Read> { /* fields omitted */ }

GIF decoder

Methods

impl<R: Read> Decoder<R>
[src]

Creates a new decoder builder

Reads the logical screen descriptor including the global color palette

Returns a Reader. All decoder configuration has to be done beforehand.

Trait Implementations

impl<T, R> Parameter<Decoder<R>> for T where
    T: Parameter<StreamingDecoder>,
    R: Read
[src]

Result type of set_param.

Sets self as a parameter of Object.

impl<R: Read> Parameter<Decoder<R>> for ColorOutput
[src]

Result type of set_param.

Sets self as a parameter of Object.

impl<R: Read> Parameter<Decoder<R>> for MemoryLimit
[src]

Result type of set_param.

Sets self as a parameter of Object.

Auto Trait Implementations

impl<R> Send for Decoder<R> where
    R: Send

impl<R> Sync for Decoder<R> where
    R: Sync