cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
111 stars 21 forks source link

Request: QOI (Quite OK Image) Format #37

Closed John-P closed 1 year ago

John-P commented 2 years ago

Just a suggestion of an additional codec to include. The QOI (Quite Okay Image) format is a single MIT C/C++ binary available here https://github.com/phoboslab/qoi. It has significantly faster encode/decode than PNG for a similar compression ratio. There is already python package, but it might make a nice addition to imagecodecs.

tasansal commented 2 years ago

+1 for this one.

cgohlke commented 1 year ago

A QOI codec is included in v2022.7.27.