public interface MultiImageWriter
| Modifier and Type | Method and 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 1999-2012 The Apache Software Foundation. All Rights Reserved.