I’d like to composite a few images together. Each image has some transparency to it. I’m trying to use BufferedImage for this but there doesn’t seem to be any way to use it for this purpose?
We only get the BufferedImage.setRGB() method. Instead I need something where transparent pixels won’t overwrite the pixel values below them. How can I go about doing that?
Thanks
1 Answer