Java Image I/O API 主要在javax.imageio 下面。 ... File f = new File(“c:\images\myimage.gif”); ... ImageIO.write(im, “png”, f);.
確定! 回上一頁