exiftool-rb/exiftool.rb

using the '-n' option for an image with gps coordinates gives warnings

Closed this issue · 1 comments

I'm running the following command with the extra argument -n to extract the real exif data (I want the integer value for the orientation tag).

Exiftool.new('some-image-file.jpg,'-n').to_hash

I see some warnings for both the 'GPSLatitude' & 'GPSLongitude':
:gps_latitude=>"Warning: Parsing '52.7353472222222' for attribute 'GPSLatitude' raised undefined methodsplit' for 52.7353472222222:Float"`

added an image for any testing:
2016-08-30 11 06 47

Merged PR7 and released v1.0.0.

Thanks for opening the issue, @rempargo and the PR @morozgrafix ! 👍