Haskell implementation synced with the spec

This commit is contained in:
0xd34df00d 2022-05-07 16:22:03 -04:00 committed by GitHub
parent 805953b1c7
commit a4f498b23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ either, as this "reference implementation" tries to be as easy to read as possib
- https://github.com/JohannesFriedrich/qoi4R (R)
- https://github.com/shraiwi/mini-qoi (C, streaming decoder)
- https://github.com/10maurycy10/libqoi/ (Rust)
- https://github.com/0xd34df00d/hsqoi (Haskell)
## QOI Support in Other Software
@ -129,5 +130,3 @@ These implementations are based on the pre-release version of QOI. Resulting fil
- https://github.com/ChevyRay/qoi_rs (Rust)
- https://github.com/panzi/jsqoi (TypeScript)
- https://github.com/0xd34df00d/hsqoi (Haskell)