Skip to content

Another implementation of the QOI image format in pure, safe Rust.

License

Notifications You must be signed in to change notification settings

adrianchong518/qoi-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Another implementation of the QOI image format in pure, safe Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published