Skip to content

MrMatrix1729/qoi-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qoi-rust

This is a QOI decoder made in rust. QOI is the quite OK format known for it's fast encoding and decoding specs.

How to use

To decode an qoi image to rust, just run

cargo run -- /path/to/image.qoi

References

Future prospects

  • Making the code run in parallel, by exploiting the prev_pixel

About

This is a qoi decoder made in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages