-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifications in JPEG2000 module to output more info in mix formats #445
Conversation
tledoux
commented
Apr 10, 2019
- Add CaptureResolution property in Jhove output
- Use either CaptureResolution or DefaultDisplayResolution in mix SpatialMetrics
- Handle lossy and lossless compression scheme in mix
- Calculate the compression ratio and output it in mix
- Add layers, levels, tile size in mix:SpecialFormatCharacteristics
- Fixes Additions to JPEG2000 MIX Output #106
- Add CaptureResolution property in Jhove output - Use either CaptureResolution or DefaultDisplayResolution in mix SpatialMetrics - Handle lossy and lossless compression scheme in mix - Calculate the compression ratio and output it in mix - Add layers, levels, tile size in mix:SpecialFormatCharacteristics - Fixes openpreserve#106
Codecov Report
@@ Coverage Diff @@
## integration #445 +/- ##
=================================================
+ Coverage 49.51% 49.69% +0.17%
- Complexity 974 987 +13
=================================================
Files 55 55
Lines 7670 7750 +80
Branches 1392 1406 +14
=================================================
+ Hits 3798 3851 +53
- Misses 3416 3435 +19
- Partials 456 464 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tledoux I think that the only task that remains is to bump the version number for the JPEG Module. I'm going to run some tests and make this change then merge the PR. It'll be done for w/e 10th May.
Be aware the version of the JPEG2000 module should be bumped... |
- copied valid JP2K corpus example output due to new MIX metadata; and - bumped version details for `JPEG2000-hul` and `XMLHandler`.
FIX - Tests for JP2K MIX Metadata