-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I got error TAG-342-0001 when validating a TIFF file with DPF Manager 3.5.1 and I think two TIFF tags were messed up here:
The location of the error is "tag 319 PrimaryChromaticities" but its description is "TransferRange Tag type is not valid, a SHORT type is expected".
According to the TIFF 6 specification, TransferRange (tag 342) has type SHORT, so the desription is correct. My file however contains, as far as I can tell, no TransferRange tag at all. It does have a PrimaryChromaticities tag (tag 319) with correctly typed RATIONAL values though.
I suppose the typing rule (and description) for TransferRange is wrongly applied to PrimaryChromaticities here, leading to a validation error because of incompatible types. Could you check this?
Thanks,
Martin