g2.setComposite(AlphaComposite.SrcIn); g2.drawImage(bi1,0,0, bi1.getWidth(), bi1.getHeight(),null); g2.dispose(); ImageIO.write(image, type, result); }catch(Exception e) { // TODO: handle exception } } java 的圖片處理解析 ...
www.dbjr.com.cn/article/2292...htm 2025-6-6