Skip to content

Instantly share code, notes, and snippets.

@mestia
Created July 26, 2015 12:42
Show Gist options
  • Save mestia/107511a0da89be3f6812 to your computer and use it in GitHub Desktop.
Save mestia/107511a0da89be3f6812 to your computer and use it in GitHub Desktop.
time find . -name "*.jpg" | parallel -P3 rawtherapee -o {.}_tm.jpg -Y -p ~/.config/RawTherapee/profiles/ToneMapping.pp3 -j -c {}
where ToneMapping.pp3 - is a profile with Tone Mapping feature enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment