ImageIO ; /** Saves in PNG format using the ImageIO classes. RGB images are saved as RGB ... getPixels()); ImageIO.write(bi, "png", new File(path)); } void ...
確定! 回上一頁