Minimum Rules to Include
TIFF
Validation can produce an image TIFF variance indicator according to
ANS X9.100-181 Annex A. It does this by examining actual values in
the output. Therefore, to enable producing image TIFF variance indicators, TIFF
Validation must
generate certain minimum output by including the tag tests shown below.
<tag number="257" name="ImageLength">
<test operator="NEQ">0</test>
</tag>
<tag number="262" name="PhotometricInterpretation">
<test mandatory="Y"/>
<test operator="EQ">0</test>
</tag>
<tag number="273" name="StripOffsets">
<test field="count">1</test>
</tag>
<tag number="278" name="RowsPerStrip">
<test operator="EQ" tagNumber="257"/>
</tag>
<tag number="279" name="StripByteCounts">
<test field="count">1</test>
</tag>
<tag number="266" name="FillOrder">
<test operator="EQ">1</test>
</tag>
<tag number="274" name="Orientation">
<test operator="EQ">1</test>
</tag>