decode

Function decode 

Source
pub fn decode(data: &[u8]) -> Result<(Vec<GifFrame>, u16, u16), DecodingError>
Expand description

Decode a GIF byte stream and return the frames with image dimensions.