a blog
by John D. Muccigrosso
1. Awkward group of students casting shade. (Image by John D. Muccigrosso CC BY-NC-SA 4.0) |
2. Large plastic sheet(?) used as shade. (Credit Esri) |
My office with an over-exposed window. (Image by John D. Muccigrosso CC BY-NC-SA 4.0) |
Three photos with a range of 4 stops. (Image by John D. Muccigrosso CC BY-NC-SA 4.0) |
Three photos with a range of 6 stops. (Image by John D. Muccigrosso CC BY-NC-SA 4.0) |
align_image_stack
, and I use it with the -a
option that tells it to align the images and save them to a series of similarly named tiff files. Once that's done, I use enfuse
to do the fusing. Normally both processes take only a few minutes on my aging laptop. (As usual both applications can accept other parameters that modify how they work; I'm just keeping it simple here. RTFM for those details: enfuse and align_image_stack.) The exact commands (on my Mac) are (and ignore the leading numbers):1> cd <directory of image files>
2> /Applications/Hugin/Hugin.app/Contents/MacOS/align_image_stack -a <newFileName> <list of existing image files>
3> /Applications/Hugin/Hugin.app/Contents/MacOS/enfuse -o <final filename> <list of files from previous step>
4> rm <intermediate files>
align_image_stack -a newFileName image*.tif
. The newFileName is what the output files will be called. align_image_stack will automatically give them an extension of "tif", so you don't need to include one, and it will also suffix a number to this name, yielding, for example, "newFileName_0000.tf" as the first file. This process runs fairly quickly since the images were really already aligned, thanks to the tripod. When it's done, you'll see the new files in the directory.Final enfused image (as a jpeg) (Image by John D. Muccigrosso CC BY-NC-SA 4.0) |