Home › Forums › Photo Critique › The Milky Way in Mexico › Reply To: The Milky Way in Mexico
September 5, 2016 at 7:51 pm
#18906
Moderator
Ok, good!
Here’s the code you’ll need to make this work:
SET rt="C:\Program Files\RawTherapee-4.2.1005\rawtherapee.exe"
SET hugin="C:\Program Files (x86)\Hugin\bin\align_image_stack.exe"
SET gmic="C:\Users\Jeanette\G'MIC\gmic-1.7.5-win64\gmic.exe"
%rt% -b16 -t -w -c EJM*.PEF
%hugin% -m -v -a aligned_ EJM_*.tif
%gmic% -average_files aligned*.tif -o averaged.tif,ushort
DEL EJM_*.tif
DEL aligned_*.tif
%rt% -w averaged.tif
But before this code will work, I have to have a filename for one of your RAW files. As you can see, my code has “EJM_0076.PEF” in it, which is my RAW filename. I need yours, or the code will fail.
P.S. The nice thing about this script is that you don’t need to know anything about hugin or G’MIC, those 2 programs do all their work behind the scenes, and you’ll never have to do a thing with them!