QOI (Quite OK Image Format) Rust De-/Encoder

This is a (currently not bug free) implementation of the QOI image compression algorithm in Rust.

Currently supports de- and encoding from and to PNG.

Current state is highly buggy and strangely only functions with 256 x 256 images.

To build

run cargo build -r to build a stable version for your rustc toolchain in ./target/release

Description
a rust cli app and rust library to convert to and from the QOI format.
Readme 191 KiB
0.9.9 Latest
2024-11-15 23:01:51 +01:00
Languages
Rust 100%