Add a ExifTag "FrameRate" to be supported in PIL.

Reference: https://exiftool.org/TagNames/EXIF.html
This commit is contained in:
Zhiyuan Ouyang 2026-03-17 10:30:40 -07:00
parent 3a44ba1c75
commit e6bb8626c8

View File

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