Replies: 2 comments 1 reply
|
Your input image has no alpha channel? And I have no clue what the |
1 reply
|
Can you give it another try with the latest release? There have been some changes in the Composite method and it looks fixed? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using the following method for resizing images, which uses linear RGB and resizes alpha separately.
It works in Magick.NET 14.10.3 and below, but in Magick.NET 14.10.4 and above,
DivideSrcoperation produces an almost-white image. Am I doing anything wrong?color:




alpha:
divide correct (14.10.3-):
divide wrong (14.10.4+):
Preceding images are identical. Subsequent images become white in opaque areas, naturally.
All reactions