qoi-img/README.md
2024-11-13 22:33:10 +01:00

10 lines
308 B
Markdown

# 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.
## To build
run `cargo build -r` to build a stable version for your rustc toolchain in `./target/release`