diff --git a/exif.py b/exif.py index c678c4e..ac579a5 100644 --- a/exif.py +++ b/exif.py @@ -43,6 +43,11 @@ class Exif: (2, 63): 'DigitizationTime', (2, 80): 'Byline', (2, 120): 'Caption', + (2, 90): 'City', + (2, 92): 'Sub location', + (2, 95): 'Province State', + (2, 100): 'Country Code', + (2, 101): 'Country Name', } img = IptcImagePlugin.getiptcinfo(self.img) for (key, value) in img.items():