ExtraSamples tag should be a SHORT, not a BYTE

Affects saving RGBA TIFFs.
This commit is contained in:
John Calsbeek 2015-11-25 20:34:44 -08:00
parent ea2982f284
commit 423e381b7c

View File

@ -106,7 +106,7 @@ TAGS_V2 = {
334: ("NumberOfInks", 3, 1),
336: ("DotRange", 3, 0),
337: ("TargetPrinter", 2, 1),
338: ("ExtraSamples", 1, 0),
338: ("ExtraSamples", 3, 0),
339: ("SampleFormat", 3, 0),
340: ("SMinSampleValue", 12, 0),