pub fn decode(data: &[u8]) -> Result<(Vec<GifFrame>, u16, u16), DecodingError>
Decode a GIF byte stream and return the frames with image dimensions.