Another script for pv for Linux/BSD/MacOS. It uses align_image_stack from hugin tools and it also uses exiftool (if you have hugin, you almost certainly also have exiftool) It works for jpg, tif and exr. It uses "--build_pyramids=no --quality_interpolator_degree=1" as it is meant for batch use and to decrease memory usage.
if the script is started without parameters, it mentions: * First give the target file name like "<path>/mypvfused.jpg" or "<path>/mypvfused.tif" or "<path>/mypvfused.exr" * Then give the input files. That can be as "*.jpg", or as "one.jpg 2.jpg 3.jpg" * Examples: * /path/to/pvimagefuser.sh mypvfused.jpg br1.jpg br2.jpg br3.jpg * Or: * /path/to/pvimagefuser.sh mypvfused.jpg *.jpg It uses exiftool to copy all metadata from the first image into the created image. This doesn't work for exr images as exiftool does not recognise these. See attached. Save it to some location of your liking and do a "(sudo) chmod +x pvimagefuser" (or whatever you want to name it) It is a rewrite of my enfuse fusing script. Harry -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/CAGARPptJwDC4MAau4JMb3cuXG6o-M1bUAwJqMS3Mc7Zz9NYpGw%40mail.gmail.com.
pvimagefuser
Description: Binary data
