mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 17:33:08 +03:00
Update GPSInfoIFD (34853) tag
This commit is contained in:
parent
d9c90bba91
commit
69bead98ea
|
@ -140,6 +140,7 @@ TAGS_V2 = {
|
||||||
# FIXME add more tags here
|
# FIXME add more tags here
|
||||||
34665: ("ExifIFD", SHORT, 1),
|
34665: ("ExifIFD", SHORT, 1),
|
||||||
34675: ('ICCProfile', 7, 0),
|
34675: ('ICCProfile', 7, 0),
|
||||||
|
34853: ('GPSInfoIFD', 1, 1),
|
||||||
|
|
||||||
# MPInfo
|
# MPInfo
|
||||||
45056: ("MPFVersion", 7, 1),
|
45056: ("MPFVersion", 7, 1),
|
||||||
|
@ -180,7 +181,6 @@ TAGS = {347: 'JPEGTables',
|
||||||
34377: 'PhotoshopInfo',
|
34377: 'PhotoshopInfo',
|
||||||
34850: 'ExposureProgram',
|
34850: 'ExposureProgram',
|
||||||
34852: 'SpectralSensitivity',
|
34852: 'SpectralSensitivity',
|
||||||
34853: 'GPSInfoIFD',
|
|
||||||
34855: 'ISOSpeedRatings',
|
34855: 'ISOSpeedRatings',
|
||||||
34856: 'OECF',
|
34856: 'OECF',
|
||||||
34864: 'SensitivityType',
|
34864: 'SensitivityType',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user