mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Added TIFF Tags
This commit is contained in:
parent
d2a7de2c25
commit
18d596e320
|
@ -188,10 +188,28 @@ TAGS = {347: 'JPEGTables',
|
|||
700: 'XMP',
|
||||
|
||||
# Additional Exif Info
|
||||
32932: 'Wang Annotation',
|
||||
33434: 'ExposureTime',
|
||||
33437: 'FNumber',
|
||||
33445: 'MD FileTag',
|
||||
33446: 'MD ScalePixel',
|
||||
33447: 'MD ColorTable',
|
||||
33448: 'MD LabName',
|
||||
33449: 'MD SampleInfo',
|
||||
33450: 'MD PrepDate',
|
||||
33451: 'MD PrepTime',
|
||||
33452: 'MD FileUnits',
|
||||
33550: 'ModelPixelScaleTag',
|
||||
33723: 'IptcNaaInfo',
|
||||
33918: 'INGR Packet Data Tag',
|
||||
33919: 'INGR Flag Registers',
|
||||
33920: 'IrasB Transformation Matrix',
|
||||
33922: 'ModelTiepointTag',
|
||||
34264: 'ModelTransformationTag',
|
||||
34377: 'PhotoshopInfo',
|
||||
34735: 'GeoKeyDirectoryTag',
|
||||
34736: 'GeoDoubleParamsTag',
|
||||
34737: 'GeoAsciiParamsTag',
|
||||
34850: 'ExposureProgram',
|
||||
34852: 'SpectralSensitivity',
|
||||
34855: 'ISOSpeedRatings',
|
||||
|
@ -202,11 +220,15 @@ TAGS = {347: 'JPEGTables',
|
|||
34867: 'ISOSpeed',
|
||||
34868: 'ISOSpeedLatitudeyyy',
|
||||
34869: 'ISOSpeedLatitudezzz',
|
||||
34908: 'HylaFAX FaxRecvParams',
|
||||
34909: 'HylaFAX FaxSubAddress',
|
||||
34910: 'HylaFAX FaxRecvTime',
|
||||
36864: 'ExifVersion',
|
||||
36867: 'DateTimeOriginal',
|
||||
36868: 'DateTImeDigitized',
|
||||
37121: 'ComponentsConfiguration',
|
||||
37122: 'CompressedBitsPerPixel',
|
||||
37724: 'ImageSourceData',
|
||||
37377: 'ShutterSpeedValue',
|
||||
37378: 'ApertureValue',
|
||||
37379: 'BrightnessValue',
|
||||
|
@ -259,7 +281,13 @@ TAGS = {347: 'JPEGTables',
|
|||
42035: 'LensMake',
|
||||
42036: 'LensModel',
|
||||
42037: 'LensSerialNumber',
|
||||
42112: 'GDAL_METADATA',
|
||||
42113: 'GDAL_NODATA',
|
||||
42240: 'Gamma',
|
||||
50215: 'Oce Scanjob Description',
|
||||
50216: 'Oce Application Selector',
|
||||
50217: 'Oce Identification Number',
|
||||
50218: 'Oce ImageLogic Characteristics',
|
||||
|
||||
# Adobe DNG
|
||||
50706: 'DNGVersion',
|
||||
|
@ -298,6 +326,7 @@ TAGS = {347: 'JPEGTables',
|
|||
50740: 'DNGPrivateData',
|
||||
50778: 'CalibrationIlluminant1',
|
||||
50779: 'CalibrationIlluminant2',
|
||||
50784: 'Alias Layer Metadata'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user