phoboslab / qoi

The “Quite OK Image Format” for fast, lossless image compression
MIT License
6.85k stars 327 forks source link

Add a singe byte streaming C99 QOI library and NodeJS bindings #245

Closed CaramelFur closed 1 year ago

CaramelFur commented 1 year ago

Hi there, I wrote these two libraries for QOI and thought I might as well add them to the rest. One is a streaming encoder and decoder in C that accepts a single byte at a time. The other is a binding library to both QOIxx and my qoi-stream library. It just makes it easy to use faster C and C++ based libraries from NodeJS. Hopefully they will be useful for some people.