Skip to content

icedevil2001/cameraRaw2jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cameraRaw2jpg

Convert raw to jpg

installation

conda env create -f  environment.yml

how to excute

source activate raw2jpg


python raw2jpg.py -h
usage: raw2jpg.py [-h] --input INPUT [--recursive] [--output OUTPUT]
                  [--threads THREADS] [--quality QUALITY]

Converts RAW images in the JPG low and high res

optional arguments:
  -h, --help            show this help message and exit
  --input INPUT, -i INPUT
                        input dir
  --recursive, -r       search for file recersivly
  --output OUTPUT, -o OUTPUT
                        output path
  --threads THREADS, -t THREADS
                        threads default[2]
  --quality QUALITY, -q QUALITY
                        JPG quality range from 0-100. default[15]

About

Convert raw to jpg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages