//provide awt.BufferedImage here var baos = new ByteArrayOutputStream(); ImageIO.write( buffImage, "png", baos ); baos.flush();
確定! 回上一頁