pub fn decode_gif(data: &[u8]) -> Result<DecodedGif, ImageCodecError>Expand description
Decode a GIF image (including animated GIFs).
pub fn decode_gif(data: &[u8]) -> Result<DecodedGif, ImageCodecError>Decode a GIF image (including animated GIFs).