https://bugzilla.gnome.org/show_bug.cgi?id=786813 $ exiftool original.jpg | grep -i GPS | sort GPS Altitude : 828 m Above Sea Level GPS Altitude Ref : Above Sea Level GPS Date Stamp : 2017:08:25 GPS Date/Time : 2017:08:25 19:34:18Z GPS Latitude : 21 deg 58' 50.99" S GPS Latitude Ref : South GPS Longitude : 47 deg 56' 19.89" W GPS Longitude Ref : West GPS Position : 21 deg 58' 50.99" S, 47 deg 56' 19.89" W GPS Time Stamp : 19:34:18 GPS Version ID : 2.2.0.0 $ exiftool exported-by-gimp.jpg | grep -i GPS | sort GPS Altitude : 828 m Below Sea Level GPS Altitude Ref : Above Sea Level GPS Date Stamp : 2017:08:25 GPS Date/Time : 2017:08:25 19:34:18Z GPS Latitude : 21 deg 58' 50.99" S GPS Latitude Ref : South GPS Longitude : 47 deg 56' 19.89" W GPS Longitude Ref : East GPS Position : 21 deg 58' 50.99" S, 47 deg 56' 19.89" W GPS Time Stamp : 19:34:18 GPS Version ID : 2.2.0.0 $ exiftool original.jpg | grep -i GPS | sort > orig.txt $ exiftool exported-by-gimp.jpg | grep -i GPS | sort > gimp.txt $ diff -u orig.txt gimp.txt | grep ^[+-]G -GPS Altitude : 828 m Above Sea Level +GPS Altitude : 828 m Below Sea Level -GPS Longitude Ref : West +GPS Longitude Ref : East # Note: installed exiftool from ubuntu package "libimage-exiftool-perl" version 9.46-1