FerkiHN 16 hours 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!

  • eqvinox 5 hours ago

    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)

  • ranger_danger 3 hours ago

    > compatible with C89 environments

    What do you mean by this? Because the code I'm looking at does not appear to be C89.