INTERPOL-Innovation-Centre / ANSI-NIST-XML-ITL-Implementation

INTERPOL's implementation for ANSI/NIST ITL
GNU General Public License v3.0
15 stars 4 forks source link

[14.008] Scale Unit only accepts value 1 #32

Open Jeremy-M-Int opened 2 months ago

Jeremy-M-Int commented 2 months ago

In the standard, the 3 values for fields [14.008] Scale Unit are listed in

Table A.59.: Table of Scale Units Codes <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">

Code | Description -- | -- 0 | No scale is provided 1 | Pixels per inch (ppi) 2 | Pixels per centimeter (ppcm)

But it is mentioned for this field that: Notes Only code 1 (ppi) is allowed in INTERPOL’s implementation.

Why limiting this value?