openpreserve / jhove

File validation and characterisation.
http://jhove.openpreservation.org
Other
161 stars 78 forks source link

add BitPerSampleUnit to the GUI #901

Closed samalloing closed 4 months ago

samalloing commented 4 months ago

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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.