BufferedImage image = ImageIO.read(new File(path)); int w = image. ... ImageIO.write(toStore, "BMP", new File("loadAndSave.bmp")); }
確定! 回上一頁