Show HN: giflib 的简单替代方案——C 语言头文件解码器
3 分•作者: FerkiHN•5 个月前
大家好,
我用 C 语言编写了一个轻量级的、仅头文件的 GIF 解码器,灵感来自于 stb 风格的库。
它不使用动态内存分配,具有可移植性,并且针对嵌入式设备进行了优化。
GitHub: [https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder](https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder)
欢迎提供反馈或建议。
查看原文
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.<p>GitHub: <a href="https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOnly-Fast-ZeroAllocation-PlatformIndependent-Embedded-C-GIF-Decoder">https://github.com/Ferki-git-creator/TurboStitchGIF-HeaderOn...</a><p>Would love feedback or suggestions.