public interface MultiImageWriter
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
writeImage(RenderedImage image,
ImageWriterParams params) |
Encodes an image and writes it to the image file.
|
void writeImage(RenderedImage image, ImageWriterParams params) throws IOException
image - the image to be encodedparams - a parameters object to customize the encoding.IOException - In case of an /IO problemvoid close()
throws IOException
IOExceptionCopyright © 2018 Apache Software Foundation. All rights reserved.