Skip to content

A QOI Image format parser / converter written in C++

License

Notifications You must be signed in to change notification settings

adarkforce/qoiparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoiparser

A QOI image format parser / converter written in C++ based on the QOI file format specification

Build

mkdir build
cd build
cmake ..
make

Usage

Encode: 

./qoiparser -i "{input-file-path}.png" -o "{output-file-path}.qoi"

Decode: 

./qoiparser -i "{input-file-path}.qoi" -o "{output-file-path}.png"

About

A QOI Image format parser / converter written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published