|
|
|
|
|
by phoboslab
1645 days ago
|
|
Don't expect too much of QOI. I wanted a simple format that allows you to load/save images quickly, without dealing with the complexity of JPEG or PNG. Even BMP, TIFF and other "legacy" formats are way more complicated to handle when you start looking into it. So that's what QOI aims to replace. There's a lot of research for a successor format ongoing. Block based encoding, conversion to YUV, more OP-types etc. have all shown improved numbers. Better support for metadata, different bit-depths and allowing restarts (multithreading) is also high on the list of things to implement. But QOI will stay as it is. It's the lowest of all hanging fruits that's not rotten on the ground. |
|
XPM ? compressed with gzip ?