public interface MultiImageWriter
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
writeImage(java.awt.image.RenderedImage image,
ImageWriterParams params) |
Encodes an image and writes it to the image file.
|
void writeImage(java.awt.image.RenderedImage image, ImageWriterParams params) throws java.io.IOException
image
- the image to be encodedparams
- a parameters object to customize the encoding.java.io.IOException
- In case of an /IO problemvoid close() throws java.io.IOException
java.io.IOException
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.