ladybird/Libraries/LibImageDecoders
Tim Ledbetter 3424c08b27 LibImageDecoders: Decode GIFs using wuffs
Replace the homegrown GIF parser and LZW decompressor with the wuffs
GIF decoder, which is memory-safe by construction and already used in
other engines via Skia.

One behavior change is that `loop_count()` now reports the correct
value, since the raw value stored in the file does not include the
first frane and should be incremented by 1 to be compatible with what
callers expect.
2026-06-10 20:29:11 +02:00
..
CMakeLists.txt LibImageDecoders: Decode GIFs using wuffs 2026-06-10 20:29:11 +02:00