An implementation of the QOI image format in Rust. Try it out at qoi.pages.dev.
- qoi - core QOI implementation, provides a decoder and encoder for the QOI image format
- qoi_wasm - wrapper around the
qoi
crate that supports compiling to WebAssembly - site - experimental web page for decoding and encoding images to and from the QOI image format
- site_util - internal crate that provides utility commands for building and developing site
- Rust >=
1.58
- Cargo >=
1.58
- The
wasm32-unknown-unknown
target needs to be installed if compiling theqoi_wasm
crate
cargo doc --no-deps --workspace