Skip to content

Commit

Permalink
Merge pull request #4398 from alexagv/add-more-ExifIFD
Browse files Browse the repository at this point in the history
Add support for more ExifIFD tags
  • Loading branch information
radarhere committed Jan 31, 2020
2 parents 29d36c9 + 767f39f commit edb09d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PIL/ExifTags.py
Expand Up @@ -152,6 +152,12 @@
0x9290: "SubsecTime",
0x9291: "SubsecTimeOriginal",
0x9292: "SubsecTimeDigitized",
0x9400: "AmbientTemperature",
0x9401: "Humidity",
0x9402: "Pressure",
0x9403: "WaterDepth",
0x9404: "Acceleration",
0x9405: "CameraElevationAngle",
0x9C9B: "XPTitle",
0x9C9C: "XPComment",
0x9C9D: "XPAuthor",
Expand Down

0 comments on commit edb09d8

Please sign in to comment.