public class ImageIO extends Object
Constructor and Description |
---|
ImageIO() |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
read(InputStream is) |
static void |
write(BufferedImage img,
String format,
OutputStream os) |
public static void write(BufferedImage img, String format, OutputStream os)
public static BufferedImage read(InputStream is)
Copyright © 2020 Aspose. All Rights Reserved.