public interface MultiImageWriter
限定符和类型 | 方法和说明 |
---|---|
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
IOException
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.