Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 724 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 724 Bytes

qoi-rs

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.

Building

If you are fancy and have nix, you build the project with

nix build
nix run

Or with cargo using

cargo build
cargo run

Targets

  • 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