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

Suggested output improvements (jpylyzer 2.x) #55

Closed bitsgalore closed 4 years ago

bitsgalore commented 9 years ago

Dev Effort

2D

Description

These are some ideas for future improvements of jpylyzer's output:

<isValidJP2>True</isValidJP2>

into this:

<isValid format="jp2">True</isValid>

(This would allow future extensions to e.g. JPX)

These changes would all break current deployments, but might be worth considering for next major version (2.0), whenever that would come up.

UPDATE

See also: Proposed jpylyzer output format changes

bitsgalore commented 4 years ago

See also comments/suggestion by @tledoux here. Implemented by https://github.com/openpreserve/jpylyzer/commit/eca9824d9acef1c560fa447cd3a21b5563e887c4 and https://github.com/openpreserve/jpylyzer/commit/25a913c131e71883d07283435baf2c38a1a7e6d2.