3 comments

[ 5.0 ms ] story [ 12.6 ms ] thread
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!

Very nice project, interesting that there's a couple header-only projects on the front page today [0].

[0] https://news.ycombinator.com/item?id=44556318

Thanks! Yeah, seems like it's header-only Thursday I love the stb-style “drop-in and go” approach — it keeps things clean and easy to adopt, especially for low-level or embedded projects.