phoboslab / qoi

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

Implementing in Objective-C #249

Closed MrNocole closed 1 year ago

MrNocole commented 1 year ago

Here is my implementation of the QOI encoder and decoder in Objective-C.

https://github.com/MrNocole/ZTQOI

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

phoboslab commented 1 year ago

Mentioned with https://github.com/phoboslab/qoi/commit/c0a27f808f28182f9afe18ce80c1db8252806c58 - in the future, please send a pull request to be included in the readme. Thanks!