j-arens / qoi

An implementation of the QOI image format in Rust.

Home Page:https://qoi.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://qoi.pages.dev

License:MIT License


Languages

Language:Rust 60.7%Language:JavaScript 27.6%Language:CSS 7.0%Language:HTML 3.8%Language:Shell 0.9%