A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/n00bmind/qoi below:

n00bmind/qoi: QOI encoder & decoder in Jai

QOI encoder & decoder in Jai

Just clone this repo as is into your system's modules folder.
Then import this module with #import "qoi";, remember to build your app passing -import_dir <your_modules_dir> to the jai compiler and you're good to go.

Usage (command line tool)

You can build the included command line tool using
> jai build.jai
or simply run build.bat at the root of the project in Windows.
This will create the command line application qoi.exe (or equivalent for your OS) in the bin/ folder.

This tool can convert between the QOI format and any of the formats supported by stb_image_write (PNG/BMP/TGA/JPEG).
Simply place the executable in any directory that's in your system's path and run
> qoi <src_file> <dst_file>
using the appropriate file extensions for each desired format.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4