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

reload Image.core the same way as in TiffImagePlugin(PIL 11+) #294

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

bigcat88
Copy link
Owner

@bigcat88 bigcat88 commented Oct 6, 2024

issue related to this: python-pillow/Pillow#8439

Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d3de7b5) to head (d873381).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #294   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          954       956    +2     
=========================================
+ Hits           954       956    +2     
Files with missing lines Coverage Δ
pillow_heif/as_plugin.py 100.00% <100.00%> (ø)

@bigcat88 bigcat88 merged commit c74a855 into master Oct 6, 2024
11 checks passed
@bigcat88 bigcat88 deleted the pillow11/im-mode-reload branch October 6, 2024 20:22
Comment on lines +96 to +97
if pil_version[:3] != "10.":
# Pillow 11.0+
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will also trigger for Pillow 9.0 and earlier.

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.

2 participants