Hey @RT-Noob
Some tips:
- If possible, use command-line options in the order specified in the
--help
,/?
, man page or docs. This just makes it easier to look them up. Also a general tip though not applicable here, use the long form of the options, as this makes it easier for others to figure out what you did, or for yourself a year from now.
e.g. use--make-more-awesome
instead of-a
. - Replace those paths with constants defined at the top of the script file, in a “user section”. e.g.:
rt="C:\Program Files\RawTherapee-4.2.539\rawtherapee.exe"
(…)
rt -b16 -t -w -c IMG*.PEF
(or whatever works in Windows) - For some more image metadata copying options, see
G'MIC request: keep exif info - #4 by Morgan_Hardwood - Use
--gpu
with align_image_stack. - Update your RawTherapee! (it’s not RAWTherapee but RawTherapee)