-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Pillow 10.3.0 breaks test_filters.test_rgba #2568
Comments
There is an upstream fix available as a PR for the next Pillow release which fixes this. This slightly breaks I am not sure whether we should ban |
@stefan6419846 can you confirm that the transparency is correct? |
@pubpub-zz The alpha masking is done in a separate step and looks correct. This is the newly rendered image after applying the patch: The file size differs slightly, but I could not see any real visual difference when comparing it to the reference image. |
Finally Pillow 10.4 has been released! 🎉🎉🎉 |
I just did a standalone custom CI run with version 10.4.0 and it is working fine now. |
Should we upgrade to 10.4 ? |
If ever, we should disallow 10.3.0. Upgrading our CI does not work as we would have to drop Python 3.7 for this. |
Running the tests with
Pillow==10.3.0
breakstest_filters.test_rgba
.Pillow==10.2.0
works correctly.Environment
Which environment were you using when you encountered the problem?
Code + PDF
Just run
pytest -k 'test_rgba'
.Expected image:
Actual image:
Traceback
This is the complete traceback I see:
The text was updated successfully, but these errors were encountered: