Ángel Ortega
@angel@triptico.com
The "Quite OK Image" format for fast, lossless image compression:
https://github.com/phoboslab/qoi/blob/master/qoi.h
Interesting things: the overall simplicity and the chunk QOI_OP_LUMA
, which implements diff compression from previous byte giving more weight to the green channel.