python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to export (only) canvas as an image
I want to export an image painted on a canvas to a PNG or JPEG file. I found solutions that allow me to export the whole JPanel, but that's not what I want. When I try to export the canvas, the image ...
Jakob
Votes: 0
Answers: 0
BufferedImage getTile(): what is it, how does it differ from getSubimage()
What is BufferedImage getTile()? I see that is returns a Raster object. Is this another form of an image or graphical object? If so, what advantages / disadvantages are there to using getTile() vs usi...

ReBuff
Votes: 0
Answers: 1