Show HN: Easy alternative to giflib – header-only decoder in C (github.com)
Hi HN,
I made a lightweight, header-only GIF decoder in C, inspired by stb-style libraries.
No dynamic allocation, portable, and optimized for embedded devices.
GitHub: https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOn...
Would love feedback or suggestions.
3 comments
[ 5.0 ms ] story [ 12.6 ms ] threadheader-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!
[0] https://news.ycombinator.com/item?id=44556318