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

Allow invalid ispe #87

Merged
merged 3 commits into from
Mar 21, 2023
Merged

Allow invalid ispe #87

merged 3 commits into from
Mar 21, 2023

Conversation

bigcat88
Copy link
Owner

Fixes #86

Changes proposed in this pull request:

  • size can now be changed during decoding when the ispe (size in the header) of the image does not match the one encoded in the image

@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #87 (964a95d) into master (062da05) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          770       781   +11     
=========================================
+ Hits           770       781   +11     
Impacted Files Coverage Δ
pillow_heif/as_plugin.py 100.00% <100.00%> (ø)
pillow_heif/heif.py 100.00% <100.00%> (ø)

@bigcat88 bigcat88 merged commit a10bd3e into master Mar 21, 2023
@bigcat88 bigcat88 deleted the invalid_ispe-fix-86 branch March 21, 2023 11:13
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.

After decoding Image dimensions not equal the one in the headers
1 participant