Update ExifTags.py

Fixed typo. No other instances in this repo.
This commit is contained in:
Cees Timmerman 2024-04-26 17:17:44 +02:00 committed by GitHub
parent a8f434f676
commit 8cc48b24fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,7 +346,7 @@ class Interop(IntEnum):
InteropVersion = 2
RelatedImageFileFormat = 4096
RelatedImageWidth = 4097
RleatedImageHeight = 4098
RelatedImageHeight = 4098
class IFD(IntEnum):