jpeg-rust
jpeg-rust copied to clipboard
JPEG decoder/encoder written in Rust
jpeg-rust
This is a JPEG decoder, written in Rust. THe project is purely educational, although I will try to implement support for settings and options that are actually used in the wild.
A walkthough of the JPEG format, as well as this project, is writtein in my blog as a series. This (the blog series as well as the implementation) is very much a work in progress. Feel free to submit issues, be it bugs or feature requests.
Blog posts
- Part 1 - Background
- Part 2 - Implementation I
- Part 3 - Implementation II (upcomming)
- Part 4 - Performance (planned)