Skip to content

musabkilic/qoi-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Toy QOI image decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published