Skip to content

tylerball/raw2jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

raw2jpg

Script to convert RAW photos to JPG with Camera Raw/Lightroom adjustments applied. Mac OS only and requires homebrew

why

Mostly for batch-converting Fuji raw files to JPG. See this blog post

install

brew cask install adobe-dng-converter
brew install exiftool
curl -Lk https://raw.githubusercontent.com/tylerball/raw2jpg/master/raw2jpg > /usr/local/bin/raw2jpg

usage

Usage: raw2jpg [options] [directories]
    -e, --extensions [FORMATS]       Extensions to search, comma seperated (default 'raf,nef,cr2')
    -v, --[no-]verbose               Run verbosely
    -c, --[no-]cra                   Overwrite jpgs when raw file has Camera Raw adjustments
    -f, --force                      Overwrite existing jpgs
    -h, --help                       Prints this help

About

Converts RAW images to JPG with Adobe Camera Raw/Lightroom adjustments applied on Mac OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages