| Crates.io | raw-to-img |
| lib.rs | raw-to-img |
| version | 0.3.4 |
| created_at | 2023-01-16 11:36:58.27493+00 |
| updated_at | 2025-01-08 10:03:53.634466+00 |
| description | Converts raw image files produced by cameras into regular image files. Also works recursively on whole file trees instead of just a single folder or image. |
| homepage | |
| repository | https://github.com/jzbor/raw-to-img |
| max_upload_size | |
| id | 760105 |
| size | 63,252 |
Converts raw image files produced by cameras into regular image files. Also works recursively on whole file trees instead of just a single folder or image.
Currently only supports CR2, but the raw formats listed here should be easy to add. Just open an issue so I can add them to the whitelist. Pretty much the same goes for output formats as long as they are supported by image-rs.
jpeg
png
tiff
To build the latest release checkout the latest tag and run cargo like so:
git checkout latest && cargo build --release
The binary will then be located in target/release/.