Skip to content

FInISHED-wORK/qoi-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoi-viewer

QOI Image viewer using qoi default implementation and Raylib.

example

How to:

Requires CMake.

git clone https://github.com/FInISHED-wORK/qoi-viewer.git
cd qoi-viewer
cmake .
make
./qoiviewer <input>.qoi

Copyright:

  • Images: Takens from QOI format website
  • Raylib
  • qoi.h the reference encoder and decoder written by the author of QOI.