Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit236b48f
committed
FIX: masked images with interpolation
When determining which pixels to mask in the resampled image, if _any_contribution to final value comes from a masked pixel, mask theresult.Due to Agg special-casing the meaning of the alpha channel,the interpolation for the mask channel needs to be done separately.This is probably a template for doing the over/under separately.1 parentfbe562c commit236b48f
File tree
6 files changed
+324
-7
lines changed- lib/matplotlib
- tests
- baseline_images/test_image
6 files changed
+324
-7
lines changedLines changed: 38 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
375 |
| - | |
376 |
| - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
377 | 388 |
| |
378 | 389 |
| |
379 | 390 |
| |
| |||
414 | 425 |
| |
415 | 426 |
| |
416 | 427 |
| |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
417 | 443 |
| |
418 |
| - | |
419 |
| - | |
420 |
| - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
421 | 452 |
| |
422 |
| - | |
| 453 | + | |
423 | 454 |
| |
424 | 455 |
| |
425 | 456 |
| |
|
Binary file not shown.
Lines changed: 269 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| |||
757 | 758 |
| |
758 | 759 |
| |
759 | 760 |
| |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
760 | 777 |
| |
761 | 778 |
| |
762 | 779 |
| |
|
0 commit comments
Comments
(0)