Yup provided your using Exiftool version 9.07+ then this line in a batch file works well as a droplet;
exiftool -xmp:UsePanoramaViewer=True -xmp:ProjectionType=equirectangular -"file:ImageWidth>xmp:FullPanoWidthPixels" -"file:ImageHeight>xmp:FullPanoHeightPixels" %1 The first two commands tell it to use the Viewer and its an equirectangular file, the next two copy the image size parameters of the file into the relevant GPano tags. -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
