phoboslab / qoi

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

Racket implementation #217

Closed aumouvantsillage closed 2 years ago

aumouvantsillage commented 2 years ago

Here is my implementation of the QOI encoder and decoder in Racket.

https://github.com/aumouvantsillage/qoi-racket

It is based on the current specification and produces identical files as the reference implementation for all test images.