This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Releases: Hema2-official/qoi-c3
Releases · Hema2-official/qoi-c3
Release v1.0-0
This release implements the QOI specification 1.0.
How to use:
For a proper setup, download qoi.c3l
, place it in the lib
directory of your project, then add "qoi"
to "dependencies"
in project.json
.
For quick use, download qoi.c3
and drop it in your src
folder.
Available functions:
char[]! qoi::read(String filename, qoi::Desc *desc, qoi::Channels channels = AUTO)
usz! qoi::write(String filename, char[] input, qoi::Desc *desc)
char[]! qoi::decode(char[] data, qoi::Desc *desc, qoi::Channels channels = AUTO)
char[]! qoi::encode(char[] input, qoi::Desc *desc)