Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 255 Bytes

jpeg-decoder

A JPEG decoder written in Rust that aims to be fast and memory efficient.

It can decode Baseline DCT images. This project is a work in progress.

To run the decoder on an example image, run:

cargo run --release --example decoder