5 releases
0.2.1-alpha.1 | Jun 19, 2023 |
---|---|
0.1.6 | Sep 30, 2022 |
0.1.5 | Sep 29, 2022 |
0.1.4 | Sep 28, 2022 |
0.1.3 | Sep 28, 2022 |
#505 in Images
416 downloads per month
Used in oculante
265KB
5K
SLoC
quickraw
A pure rust library to handle camera raw files.
This library uses integer data in process to boost the speed, it may not get a very precise result like other softwares that uses high precision float point data.
Checkout docs here: https://docs.rs/quickraw
Supported models
Please check: supported-models.md
References
- Raw file process logic from https://www.odelama.com/photo/Developing-a-RAW-Photo-by-hand/
- Raw file process logic from https://github.com/LibRaw/LibRaw
- Some decoding methods from https://github.com/pedrocr/rawloader
- Sample files for testing from https://raw.pixls.us/
Dependencies
~1.7–2.6MB
~55K SLoC