Biblbrox / RawConverter-cli

Command-line tool that converts RAW files from camera to postprocessed files like jpeg, png and other.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command-line tool that converts RAW files from camera to postprocessed files like jpeg, png and other.

License:GNU General Public License v3.0


Languages

Language:Python 98.7%Language:Shell 1.3%