jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
157 stars 24 forks source link

GPS info not being correctly saved #3

Closed jim-easterbrook closed 11 years ago

jim-easterbrook commented 11 years ago

There is currently a bug in pyexiv2 that prevents GPS info being saved in the correct EXIF format: https://bugs.launchpad.net/pyexiv2/+bug/1067894

It's possible that other software may be able to read the latitude & longitude saved by Photini, but this can't be guaranteed. Until the bug is fixed, do not use Photini to set photograph locations.

jim-easterbrook commented 11 years ago

Using GExiv2 instead of pyexiv2 completely avoids this problem.