Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redzic/jpeg-decoder
- Owner: redzic
- Created: 2022-09-14T18:46:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T21:38:17.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:06:14.348Z (27 days ago)
- Language: Rust
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```