Commit 075b7e5
committed
Filling in missing alpha for blending operations
Fixes processing#2012, fixes processing#2275. It's the same problem as processing#2030 - Java won't
set the high bits when RGB, returns 0 for alpha in
BlendingContext#compose(Raster, Raster, WritableRaster)1 parent ad072ea commit 075b7e5
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
746 | 749 | | |
747 | 750 | | |
748 | 751 | | |
749 | 752 | | |
750 | | - | |
| 753 | + | |
751 | 754 | | |
752 | 755 | | |
753 | 756 | | |
| |||
1671 | 1674 | | |
1672 | 1675 | | |
1673 | 1676 | | |
1674 | | - | |
| 1677 | + | |
1675 | 1678 | | |
1676 | 1679 | | |
1677 | 1680 | | |
| |||
0 commit comments