Page 1 of 1

Edit\Metadata\Edit GPS Data... Bug ?

Posted: Sat Nov 27, 2010 11:04 am
by oops66
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)

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
May be this function work with a native Windows OS for the other users ?
Tryed with XnView v1.97 under Ubuntu10.04+Wine1.2

Re: Edit\Metadata\Edit GPS Data... Bug ?

Posted: Sat Jan 15, 2011 5:47 pm
by marsh
The write function did not work for me also.
I placed exiftool.exe from MP into v.1.97.8 's AddOn directory. Browser menu... Edit>Metadata>Edit GPS data...

Re: Edit\Metadata\Edit GPS Data... Bug ?

Posted: Thu Feb 10, 2011 9:33 am
by xnview
I've tested, and no problem here...

Re: Edit\Metadata\Edit GPS Data... Bug ?

Posted: Thu Feb 10, 2011 4:13 pm
by oops66
Hello Pierre,
xnview wrote:I've tested, and no problem here...
On Windows XP ?

Here (Ubuntu10.04+Wine) the plugin problem is probably dues to the stand alone windows binary: "exiftool.exe" located \AddOn\... via Wine ( maybe a Wine bug ?)
...Anyway, it's not very important, because I have just to wait for the GPS integration on XnViewMP linux version , or a fix from Wine with exiftool.exe :?

Re: Edit\Metadata\Edit GPS Data... Bug ?

Posted: Mon Feb 14, 2011 10:19 am
by marsh
oops66 wrote: Here (Ubuntu10.04+Wine) the plugin problem is probably dues to the stand alone windows binary: "exiftool.exe" located \AddOn\... via Wine ( maybe a Wine bug ?)
Update: it worked after vc6 redist was installed. (Debian 6.0)

Re: Edit\Metadata\Edit GPS Data... Bug ?

Posted: Mon Feb 14, 2011 4:22 pm
by oops66
Thank you for the information marsh :?