Hello everyone,
I am doing my best to learn how to batch convert a bunch of RAWs images (Nikon D850) to Tiff (16 bit integer) with RawTherapee (on Windows 10). Thanks to RawPedia [1]…
My real final goal is to focus-stacking these Tiff with Zerene stacker software…
To batch convert my RAWs images I type in the CMD (prompt command of Windows 10):
rawtherapee-cli.exe -o D:\prove -b16 -t -Y -c D:\prove\*.NEF
#where the output (-o) is tiff integer 16 bit for every rgb channel (-b16 -t)
#I overwrite any identical TIFFs IF already exists (-Y) in the folder “prove”
My real question is:
Is it possible to also rotate the RAW (NEFs) images to180° while batch converting them to Tiffs?
I take my macro pictures on a tripod and all of them are upside-down…
EDIT:
After a bit of thinking, I suppose the batch rotation might be better off with ExifTool or other similar exif tools…
Needless to say, I might rotate all my RAWs images with the RawTherapee GUIs and spare me all the hassle…