If you have exiftool on your pc, and I assume you have, you should/could do the following.
align_image_stack -a ais_ Picture1.jpg Picture2.jpg Picture3.jpg Giving you ais_0000.tif, ais_0001.tif and ais_0002.tif Then do: exiftool -overwrite_original -tagsfromfile Picture1.jpg -exif:all -makernotes:all ais_0000.tif or exiftool -overwrite_original -tagsfromfile Picture1.jpg -all:all -makernotes:all ais_0000.tif -all:all might least to errors. Note also that some exif tags might be written as xmp tags. And for all. You can automate this in a script. Op ma 20 apr. 2020 om 10:47 schreef John Aldridge <[email protected] >: > Hello, > > I'm using align_image_stack with the -a option to align a set of images > I've taken over a period of months. This is working well, but loses all the > EXIF data from the original images -- the loss of the date and time of the > exposure is the one which is causing me a little grief. It would also be > nice to preserve the basic exposure parameters: aperture, shutter speed, > and ISO. > > Is there a way to preserve this data in the aligned images? > > Cheers, > John > > -- > 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/76ac7f37-33b9-43cf-a709-a4593379f759%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/76ac7f37-33b9-43cf-a709-a4593379f759%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAGARPpsfC9Zs356v8bfS3Yj6G%2BSe77NJeiG738xaH9_cgTHCSw%40mail.gmail.com.
