Edit\Metadata\Edit GPS Data... Bug ?
Posted: Sat Nov 27, 2010 11:04 am
Hello,
When I try to add GPS data to a jpg file (my sample is without any Exif, IPTC,XMP metadata)
The "write" process does not work and any GPS data are added.
So I have to do first ( to integrate GPS data into the Exif fields) with for example (exif & exiv2 / or / exiftool)
May be this function work with a native Windows OS for the other users ?
Tryed with XnView v1.97 under Ubuntu10.04+Wine1.2
When I try to add GPS data to a jpg file (my sample is without any Exif, IPTC,XMP metadata)
The "write" process does not work and any GPS data are added.
So I have to do first ( to integrate GPS data into the Exif fields) with for example (exif & exiv2 / or / exiftool)
Code: Select all
exif -c myphoto.jpg
exiv2 -M"set Exif.GPSInfo.GPSLatitude 48/1 7/1 40/1" -M"set Exif.GPSInfo.GPSLatitudeRef N" myphoto.jpg.modified.jpeg
exiv2 -M"set Exif.GPSInfo.GPSLongitude 2/1 4/1 50/1" -M"set Exif.GPSInfo.GPSLongitudeRef E" myphoto.jpg.modified.jpeg
Tryed with XnView v1.97 under Ubuntu10.04+Wine1.2