/ Published in: Java
Expand |
Embed | Plain Text
fileType); g2.drawImage(image, null, null); ImageIO.write(bufferedImage, fileType, imageFile); return imageFile.getPath(); }
You need to login to post a comment.
fileType); g2.drawImage(image, null, null); ImageIO.write(bufferedImage, fileType, imageFile); return imageFile.getPath(); }
You need to login to post a comment.