[HN Gopher] Show HN: Easy alternative to giflib - header-only de...
___________________________________________________________________
Show HN: Easy alternative to giflib - header-only decoder in C
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.
Author : FerkiHN
Score : 6 points
Date : 2025-07-17 11:56 UTC (11 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| FerkiHN wrote:
| 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!
| eqvinox wrote:
| Listing code size numbers for arm-none-eabi-gnu might be good
| advertisement (compile/"size" output of a file using all the
| functions is enough, no need to figure out some target to link
| or have a main() for)
___________________________________________________________________
(page generated 2025-07-17 23:00 UTC)