Home

Awesome

QOI Decoder

Toy QOI image decoder

Usage

usage: decode.py [-h] --file FILE [--show SHOW] [--verbose VERBOSE] [--output OUTPUT]

Decode a QOI file

options:
  -h, --help                     show this help message and exit
  --file FILE, -i FILE           file to decode
  --show SHOW, -s SHOW           show image
  --verbose VERBOSE, -v VERBOSE
  --output OUTPUT, -o OUTPUT     output as

Testing

run sh test.sh to download and test examples from qoiformat.org

Reference

Format: https://qoiformat.org/ Specification: https://qoiformat.org/qoi-specification.pdf