Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 618 Bytes

Raw converter

It's the tool for postprocess camera RAW files to several formats. Raw converter uses RawPy library

Sample code

rawproc /home/user/photo/* --res-dir /home/user/final_photo --out-type .jpeg

You can get thumbnail for more speed rendering. But on some cameras it don't work and may return different thumbnails for different cameras.

rawproc /home/user/photo/some_img.CR2 --res-dir /home/user/final_photo --get-thumb

By default --out-type is .jpeg and --res-dir is same dir with input file

Installation

pip3 install rawproc