You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to rotate an image and pasting it over other one. I wanted that the background of the area under rotated image to be "transparent" and have used color.Alpha{0}.
Description
I am trying to rotate an image and pasting it over other one. I wanted that the background of the area under rotated image to be "transparent" and have used
color.Alpha{0}
.Though, when pasting:
The background won't respect the alpha and won't blend, instead, it will be black.
After some tries, I've used the
image.Draw
and it will definitely make it work:Shouldn't the
imaging.Paste
result in the same output?Thanks
The text was updated successfully, but these errors were encountered: