ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: Storhaug on October 31, 2010, 10:07:42 AM

Title: -E escapes twice
Post by: Storhaug on October 31, 2010, 10:07:42 AM
I think, the option -E escapes GPS data twice in some cases:

$ exiftool -GPSLatitude -GPSLongitude -GPSPosition Picture/20100808-130200-p.jpg
GPS Latitude                    : 58 deg 58' 25.30" N
GPS Longitude                   : 5 deg 43' 32.10" E
GPS Position                    : 58 deg 58' 25.30" N, 5 deg 43' 32.10" E

$ exiftool -E -GPSLatitude -GPSLongitude -GPSPosition Picture/20100808-130200-p.jpg
GPS Latitude                    : 58 deg 58' 25.30" N
GPS Longitude                   : 5 deg 43' 32.10" E
GPS Position                    : 58 deg 58' 25.30" N, 5 deg 43' 32.10" E

$ exiftool -E Picture/20100808-130200-p.jpg | grep GPS
GPS Version ID                  : 2.3.0.0
...
GPS Latitude                    : 58 deg 58' 25.30" N
GPS Longitude                   : 5 deg 43' 32.10" E
GPS Position                    : 58 deg 58' 25.30" N, 5 deg 43' 32.10" E

exiftool version 8.34 on Fedora 13.
I can provide a sample jpg.
Title: Re: -E escapes twice
Post by: Phil Harvey on October 31, 2010, 12:05:51 PM
Thank you for this bug report.  I was able to reproduce that problem and have just released ExifTool 8.37 which should fix this.

- Phil
Title: Re: -E escapes twice
Post by: Storhaug on November 01, 2010, 04:18:45 AM
Almost faster than light!