1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/rust/trezor-tjpgdec/README.md

11 lines
451 B
Markdown
Raw Normal View History

# 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).