Struct image::gif::GIFDecoder
[-] [+]
[src]
pub struct GIFDecoder<R: Read> { // some fields omitted }
A gif decoder
Methods
impl<R: Read> GIFDecoder<R>
fn new(r: R) -> GIFDecoder<R>
Creates a new GIF decoder