Transfering EXIF data from one image to another
Last week I compiled all of my panoramas from the last few years using a great piece of software called Autostitch. Here’s one from Phi Phi Thailand in 2004:
One of the things I don’t like about Autostitch is that the resulting image has no EXIF data in it. So I set out looking for a way to take the information from the first image in the set and transfer it into the resulting panorama. I really wanted to be able to do this in ACDSee Pro because it’s my image manager of choice but after digging around it looks like it’s not possible even in the latest version. After some searching I did manage to find a solution though:
It’s originally a Perl script but there are Windows and OSX executables available to download. It’s a command line tool so you’ll have to extract it into a folder that is in your PATH.
ExifTool can do all sorts of various EXIF related tasks but the one I was interested in was copying the info from one JPG to another and that is achieved by doing the following:
exiftool -TagsFromFile STA_2319.JPG (image from) IMG_2319_pano.JPG (image to)
And it worked like a charm. It even created backups of the file that it was modifying. Sweet!








