Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 489 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 489 Bytes

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.