Skip to content
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

Merged
merged 8 commits into from
Oct 22, 2019

Conversation

tledoux
Copy link
Contributor

@tledoux 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
Copy link

codecov bot commented Apr 10, 2019

Codecov Report

Merging #445 into integration will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@                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
Impacted Files Coverage Δ Complexity Δ
.../edu/harvard/hul/ois/jhove/handler/XmlHandler.java 62.81% <ø> (-0.13%) 276 <0> (+6)
...a/edu/harvard/hul/ois/jhove/NisoImageMetadata.java 75.64% <100%> (+0.99%) 182 <6> (+7) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a365de...8f24d1e. Read the comment docs.

Copy link
Member

@carlwilson carlwilson left a 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.

@tledoux
Copy link
Contributor Author

tledoux commented Apr 30, 2019

Be aware the version of the JPEG2000 module should be bumped...

@carlwilson carlwilson modified the milestones: Hack week tasks , Doc hack week October 2019, v1.24-m4 Release Oct 18, 2019
- copied valid JP2K corpus example output due to new MIX metadata; and
- bumped version details for `JPEG2000-hul` and `XMLHandler`.
@carlwilson carlwilson merged commit 9e59ca7 into openpreserve:integration Oct 22, 2019
@tledoux tledoux deleted the issue106 branch October 22, 2019 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additions to JPEG2000 MIX Output
2 participants