Skip to content

Commit

Permalink
Added Interop tags
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 8, 2022
1 parent 820214d commit 12c681c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/PIL/ExifTags.py
Expand Up @@ -338,3 +338,11 @@ class GPS(IntEnum):

"""Maps EXIF GPS tags to tag names."""
GPSTAGS = {i.value: i.name for i in GPS}


class Interop(IntEnum):
InteropIndex = 1
InteropVersion = 2
RelatedImageFileFormat = 4096
RelatedImageWidth = 4097
RleatedImageHeight = 4098

0 comments on commit 12c681c

Please sign in to comment.