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.