-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: only apply alpha once for images #6551
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
Conversation
The alpha of the image pixels is folded in as part of the image rendering process, it does not need to be done a second time in the gc. Fixes matplotlib#6540
I 'tested' by looking at png (via qtagg), svg and pdf and they all look ok. |
Wouldn't it be better to include the supplied SSCCE as a test so that we On Tue, Jun 7, 2016 at 11:17 PM, Thomas A Caswell notifications@github.com
|
@WeatherGod I think it already fails on a bunch of image alpha tests (on travis) following this change so they will need to be verified and updated before this can be merged. |
Sorry, I did not do my due-diligence on this PR and threw it up right before I went to bed last night. |
Ping? Tests are failing here. |
Everything should have alpha applied once! |
The alpha of the image pixels is folded in as part of the image
rendering process, it does not need to be done a second time in the gc.
Fixes #6540
attn @mdboom