Skip to content

Biblbrox/RawConverter-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published