ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: vladak on September 19, 2014, 04:53:07 PM

Title: geotag one picture with GPS coordinates from another picture
Post by: vladak on September 19, 2014, 04:53:07 PM
Is there a way how to tag one picture with the same set of GPS coordinates found in another picture ?
Title: Re: geotag one picture with GPS coordinates from another picture
Post by: Phil Harvey on September 19, 2014, 06:17:50 PM
Yes:

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

This will copy all EXIF GPS tags.

- Phil
Title: Re: geotag one picture with GPS coordinates from another picture
Post by: vladak on September 20, 2014, 02:57:49 AM
That's why I like exiftool - because of its versatility. Thanks a lot.