Skip to content

Reference implementation of the QOI (The Quite OK Image Format for Fast, Lossless Compression) in C99

License

Notifications You must be signed in to change notification settings

victoroliv2/quite-ok-image-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

quite-ok-image-format

Reference implementation of the QOI (The Quite OK Image Format for Fast, Lossless Compression) in C99

I did an implementation from scratch reading https://qoiformat.org/qoi-specification.pdf.

I was able to encode and decode the images in https://github.com/phoboslab/qoi.

Good learning experience doing this and comparing with the official implementation after the fact.

To build: gcc -std=c99 -Wall qok.c -o qok

About

Reference implementation of the QOI (The Quite OK Image Format for Fast, Lossless Compression) in C99

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages