Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix #6069. Handle image masks correctly #6099
Conversation
mdboom
added this to the
2.0 (style change major release)
milestone
Mar 2, 2016
mdboom
added the
needs_review
label
Mar 2, 2016
|
Passing Travis. Appveyor seems stuck in the queue. |
tacaswell
added a commit
that referenced
this pull request
Mar 4, 2016
|
|
tacaswell |
5c5a287
|
tacaswell
merged commit 5c5a287
into matplotlib:master
Mar 4, 2016
tacaswell
removed the
needs_review
label
Mar 4, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 4, 2016
|
|
tacaswell |
1302606
|
|
backported to v2.x as 1302606 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mdboom commentedMar 2, 2016
Alternative to #6070
This works by converting the greyscale image to an RGBA image (with the
alpha channel created correctly) prior to resizing in Agg. This also
removes the hack (that caused problems with over/under) where we were
using negative values to indicate transparency.