Dec 16, 2001 #1 Clemens Programmer Aug 19, 2001 5 DE Hi, Can anybody explain why that doesn't work: BufferedImage img = new BufferedImage(100,100); Graphics2D gfx = img.createGraphics(); gfx.drawImage(img.getSubimage(0,50,100,50), 0, 50, null); I don't know any other possibility to trim an image, do you?
Hi, Can anybody explain why that doesn't work: BufferedImage img = new BufferedImage(100,100); Graphics2D gfx = img.createGraphics(); gfx.drawImage(img.getSubimage(0,50,100,50), 0, 50, null); I don't know any other possibility to trim an image, do you?