⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

decode_gif

Function decode_gif 

Source
pub fn decode_gif(data: &[u8]) -> Result<DecodedGif, ImageCodecError>
Expand description

Decode a GIF image (including animated GIFs).