phoboslab / qoi

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

Add qoixx in implementations list #176

Closed wx257osn2 closed 2 years ago

wx257osn2 commented 2 years ago

I implemented qoixx, quite fast QOI implementation written in C++20. Especially the encoder of qoixx should be the fastest implementation yet because it uses SIMD instructions.

This PR adds qoixx in the implementations list.

phoboslab commented 2 years ago

Very cool! Thanks <3