Hi, does anybody knows how to cut images in half and use them?
Right now I have the image in my JFrame using BufferedImage
Printable View
Hi, does anybody knows how to cut images in half and use them?
Right now I have the image in my JFrame using BufferedImage
Read the API for BufferedImage, there's a method that may be useful to you.
db
Thanks