From 3fd699dbeb6c96734e62c0b6c49b351148816757 Mon Sep 17 00:00:00 2001 From: Tyler Garner Date: Mon, 11 Feb 2013 22:35:55 -0500 Subject: [PATCH] Updated EXIF tags to the 2.3 standard and fixed spelling error in comments. --- PIL/ExifTags.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/PIL/ExifTags.py b/PIL/ExifTags.py index b033aad35..090be4bb9 100644 --- a/PIL/ExifTags.py +++ b/PIL/ExifTags.py @@ -124,7 +124,7 @@ TAGS = { } ## -# Maps EXIF GSP tags to tag names. +# Maps EXIF GPS tags to tag names. GPSTAGS = { 0: "GPSVersionID", @@ -153,5 +153,10 @@ GPSTAGS = { 23: "GPSDestBearingRef", 24: "GPSDestBearing", 25: "GPSDestDistanceRef", - 26: "GPSDestDistance" -} + 26: "GPSDestDistance", + 27: "GPSProcessingMethod", + 28: "GPSAreaInformation", + 29: "GPSDateStamp", + 30: "GPSDifferential", + 31: "GPSHPositioningError", +} \ No newline at end of file