Merge pull request #1786 from radarhere/tifftags

Corrected Tiff tag names
This commit is contained in:
wiredfool 2016-04-01 03:31:57 -07:00
commit e8da73e95b

View File

@ -69,9 +69,9 @@ TAGS_V2 = {
"Transparency Mask": 4, "CMYK": 5, "YCbCr": 6, "CieLAB": 8, "Transparency Mask": 4, "CMYK": 5, "YCbCr": 6, "CieLAB": 8,
"CFA": 32803, # TIFF/EP, Adobe DNG "CFA": 32803, # TIFF/EP, Adobe DNG
"LinearRaw": 32892}), # Adobe DNG "LinearRaw": 32892}), # Adobe DNG
263: ("Thresholding", SHORT, 1), 263: ("Threshholding", SHORT, 1),
264: ("CellWidth", SHORT, 1), 264: ("CellWidth", SHORT, 1),
265: ("CellHeight", SHORT, 1), 265: ("CellLength", SHORT, 1),
266: ("FillOrder", SHORT, 1), 266: ("FillOrder", SHORT, 1),
269: ("DocumentName", ASCII, 1), 269: ("DocumentName", ASCII, 1),
@ -110,7 +110,7 @@ TAGS_V2 = {
316: ("HostComputer", ASCII, 1), 316: ("HostComputer", ASCII, 1),
317: ("Predictor", SHORT, 1), 317: ("Predictor", SHORT, 1),
318: ("WhitePoint", RATIONAL, 2), 318: ("WhitePoint", RATIONAL, 2),
319: ("PrimaryChromaticies", SHORT, 6), 319: ("PrimaryChromaticities", SHORT, 6),
320: ("ColorMap", SHORT, 0), 320: ("ColorMap", SHORT, 0),
321: ("HalftoneHints", SHORT, 2), 321: ("HalftoneHints", SHORT, 2),