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

Module gif

Module gif 

Source
Expand description

GIF decoder (87a/89a) with LZW decompression.

Supports global/local color tables, animation frames, disposal methods, transparency, and interlaced rendering.

Structs§

DecodedGif
A decoded GIF with potentially multiple frames for animation.
GifFrame
A single GIF animation frame.

Enums§

GifDisposal
GIF frame disposal methods.

Functions§

decode_gif
Decode a GIF image (including animated GIFs).