You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/rust/trezor-tjpgdec/README.md

11 lines
451 B

# trezor-tjpgdec
Rust version of [Tiny JPEG Decompressor](http://elm-chan.org/fsw/tjpgd/00index.html).
## Credits
* Original C library was written by [ChaN](http://elm-chan.org/).
* Several bugs fixed by [Chris Mumford](https://github.com/cmumford/TJpgDec).
* Converted to Rust using [c2rust](https://c2rust.com/) by [Martin Milata](mailto:martin.milata@satoshilabs.com).
* Heavy refactoring by [Michal Bruna](mailto:michal.bruna@satoshilabs.com).