geotag one picture with GPS coordinates from another picture

Started by vladak, September 19, 2014, 04:53:07 PM

Previous topic - Next topic

vladak

Is there a way how to tag one picture with the same set of GPS coordinates found in another picture ?

Phil Harvey

Yes:

exiftool -tagsfromfile source.jpg -gps:all destination.jpg

This will copy all EXIF GPS tags.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

vladak

That's why I like exiftool - because of its versatility. Thanks a lot.