4 FerkiHN 0 7/17/2025, 11:56:33 AM

Comments (0)

FerkiHN ยท 9h ago
I made this to replace giflib for embedded and low-resource use cases. It's:

header-only (drop-in),

zero-allocation (you provide the buffer),

faster LZW decoding (turbo mode),

compatible with C89 environments, etc.

Happy to get feedback or suggestions!