Skip to content

j-arens/qoi

Repository files navigation

QOI

An implementation of the QOI image format in Rust. Try it out at qoi.pages.dev.

Directories / Crates

  • 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

Requirements

  • Rust >= 1.58
  • Cargo >= 1.58
  • The wasm32-unknown-unknown target needs to be installed if compiling the qoi_wasm crate

Documentation

cargo doc --no-deps --workspace

About

An implementation of the QOI image format in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published