PyQoi is a python library for Encoding/Decoding the images in “Quite OK Image” (qoi) format for fast, lossless image compression.
pip install -r requirements.txt
python test.py
- add encoder for 3/4 channel images
- add decoder
- read/write file
- add Test cases
- add fuzz testing