Merge pull request #208 from 0xd34df00d/patch-1

Haskell implementation synced with the spec
This commit is contained in:
Dominic Szablewski 2022-05-09 17:40:41 +02:00 committed by GitHub
commit 75e7f308a4
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)