Add a ExifTag "FrameRate" to be supported in PIL.
Reference: https://exiftool.org/TagNames/EXIF.html
This commit is contained in:
parent
3a44ba1c75
commit
e6bb8626c8
@ -289,6 +289,7 @@ class Base(IntEnum):
|
||||
OpcodeList2 = 0xC741
|
||||
OpcodeList3 = 0xC74E
|
||||
NoiseProfile = 0xC761
|
||||
FrameRate = 0xC764
|
||||
|
||||
|
||||
"""Maps EXIF tags to tag names."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user