openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

Output fails to validate against Schema for extreme compressionRatio values #61

Closed bitsgalore closed 9 years ago

bitsgalore commented 9 years ago

E.g.:

<compressionRatio>4.75823562435e+11</compressionRatio>

Which is not a decimal. So make schema less strict.

bitsgalore commented 9 years ago

Changed type from decimal to double in schema. May affect extreme cases of other variables as well, so better keep watching this.