Tagged Questions
5
votes
4answers
11k views
Set BufferedImage alpha mask in Java
I have two BufferedImages I loaded in from pngs. The first contains an image, the second an alpha mask for the image.
I want to create a combined image from the two, by applying the alpha mask. My ...