Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redzic/jpeg-decoder

A JPEG decoder written in Rust that aims to be fast and memory efficient
https://github.com/redzic/jpeg-decoder

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```