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

add BitPerSampleUnit to the GUI #901

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

samalloing
Copy link
Collaborator

Hi @carlwilson
The BitsPerSampleUnit is missing in the GUI. It is hard-coded as Integer, because this is how it is also done in the other handlers. According to the specification of MIX, it can also be float. but this is not supported by jhove.

fixes #898

Sam

The BitsPerSampleUnit is missing in the GUI. It is hard-coded as Integer, because this is how it is also done in the other handlers. According to the specification of MIX, it can also be float. but this is not supported by jhove
Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.00%. Comparing base (39630ba) to head (7f090b6).
Report is 1 commits behind head on integration.

Additional details and impacted files
@@              Coverage Diff               @@
##             integration     #901   +/-   ##
==============================================
  Coverage          47.00%   47.00%           
  Complexity          1100     1100           
==============================================
  Files                 57       57           
  Lines               9079     9079           
  Branches            1622     1622           
==============================================
  Hits                4268     4268           
  Misses              4280     4280           
  Partials             531      531           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@carlwilson carlwilson added the feature New functionality to be developed label Mar 4, 2024
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.

Thanks @samalloing approved and merged

@carlwilson carlwilson merged commit 9f11ee5 into openpreserve:integration Mar 4, 2024
6 checks passed
@carlwilson carlwilson added this to the JHOVE 1.30 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality to be developed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bitsPerSampleUnit element not showing in UI Results in PDF module
2 participants