Creating and rendering an image dynamically with transparent background for use with drawImage
Posted
by Noctis Skytower
on Stack Overflow
See other posts from Stack Overflow
or by Noctis Skytower
Published on 2010-05-03T01:37:01Z
Indexed on
2010/05/03
1:48 UTC
Read the original article
Hit count: 358
Could someone provide an example of how to dynamically create an image in Java, draw lines et cetera on it, and then draw the image so that areas not painted will remain transparent in the drawing process?
© Stack Overflow or respective owner