Hi guys,
I want to paint multiple layers of images onto one image. I'm going to be using BufferedImage for this.
How would I go about painting these multiple images onto one (in essence creating a new image. sort of like a collage)?
Would i get the graphics context and then paint to the BufferedImage?