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 ...
0
votes
0answers
25 views
Java: EpsGraphics2D and Compositing (Transparency)
I want take my Java Canvas and export as EPS. The methods are all set up to do this, so the final step is to have it accept my Compositing.
For drawing I do:
Composite originalComposite = ...