Another implementation of the QOI image format in pure, safe Rust.
This is only a hobby project that I took up for fun, do not expect any "production-quality" code here. The QOI Format was very interesting to me and looks very simple given its performance.
If you are fancy and have nix
, you build the project with
nix build
nix run
Or with cargo
using
cargo build
cargo run
- Fully implement encoding and decoding by the
specification
- Encoding
- Decoding
- Create a CLI tool to convert to and from different image file formats
- PNG
- TIFF