grego/hare-qoi - Implementation of the Quite Ok Image format in Hare - sourcehut git ([original](https://git.sr.ht/grego/hare-qoi)) (raw)

#hare-qoi

This package provides an implementation of theQuite Ok Image format.

#Why QOI

QOI is a very simple lossless image format with aone page specification. It can achieve better compression than PNG, while being much faster than PNG.

This implementation takes just about 200 lines of Hare code and should be very simple to understad.

The time complexity is O(n) where n is the amount of pixels, and space is O(1), actually less than 100 bytes.

#System-wide installation

make install