Interface MultiImageWriter
public interface MultiImageWriter
Interface which allows writing multiple images into one image file if the output format
supports this feature.
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
writeImage
(RenderedImage image, ImageWriterParams params) Encodes an image and writes it to the image file.
-
Method Details
-
writeImage
Encodes an image and writes it to the image file.- Parameters:
image
- the image to be encodedparams
- a parameters object to customize the encoding.- Throws:
IOException
- In case of an /IO problem
-
close
- Throws:
IOException
-