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

gif-hul: use ModuleBase#readUnsignedByte to read global color table #663

Merged
merged 2 commits into from Apr 7, 2022

Conversation

trimbe
Copy link
Contributor

@trimbe trimbe commented Mar 7, 2021

Previously this used the method on the DataInputStream which prevented _nByte from being incremented, causing offsets reported by messages to be offset by the size of the global color table if they occurred after it.

Previously this used the method on the DataInputStream which prevented _nByte from being incremented, causing offsets reported by messages to be offset by the size of the global color table if they occurred after it.
@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #663 (52218d6) into integration (fe37ef8) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff               @@
##             integration     #663   +/-   ##
==============================================
  Coverage          45.75%   45.75%           
  Complexity          1051     1051           
==============================================
  Files                 57       57           
  Lines               9145     9145           
  Branches            1684     1684           
==============================================
  Hits                4184     4184           
  Misses              4405     4405           
  Partials             556      556           

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 8feb080...52218d6. Read the comment docs.

@carlwilson carlwilson self-requested a review April 7, 2022 21:28
@carlwilson carlwilson added bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release RC1.26 labels Apr 7, 2022
@carlwilson carlwilson added this to the JHOVE 1.26 milestone Apr 7, 2022
@carlwilson carlwilson merged commit c90f6aa into openpreserve:integration Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants