public class ImageWriter extends Object
| Constructor and Description |
|---|
ImageWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(BufferedImage image,
File file) |
void |
writeAsJpeg(BufferedImage image,
File file) |
void |
writeAsPng(BufferedImage image,
File file) |
public void write(BufferedImage image, File file) throws IOException
IOExceptionpublic void writeAsPng(BufferedImage image, File file) throws IOException
IOExceptionpublic void writeAsJpeg(BufferedImage image, File file) throws IOException
IOExceptionCopyright © 2007–2017 Andreas Bartels. All rights reserved.