raw-to-img

Crates.ioraw-to-img
lib.rsraw-to-img
version0.3.3
sourcesrc
created_at2023-01-16 11:36:58.27493
updated_at2023-11-20 10:58:12.863345
descriptionConverts 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
repositoryhttps://github.com/jzbor/raw-to-img
max_upload_size
id760105
size47,741
(jzbor)

documentation

README

Raw to Image

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.

Supported raw formats:

  • ARW
  • CR2
  • RAW

Supported image formats:

  • jpeg

  • png

  • tiff

Building the binary

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/.

Commit count: 43

cargo fmt