Add Exif tag "FrameRate" (#9470)

This commit is contained in:
Hugo van Kemenade 2026-03-20 16:20:09 +02:00 committed by GitHub
commit a4b0e3ecab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -289,6 +289,7 @@ class Base(IntEnum):
OpcodeList2 = 0xC741
OpcodeList3 = 0xC74E
NoiseProfile = 0xC761
FrameRate = 0xC764
"""Maps EXIF tags to tag names."""