public interface ImageWriter
Modifier and Type | Method and Description |
---|---|
String |
getMIMEType() |
void |
writeImage(RenderedImage image,
OutputStream out) |
void |
writeImage(RenderedImage image,
OutputStream out,
ImageWriterParams params) |
void writeImage(RenderedImage image, OutputStream out) throws IOException
IOException
void writeImage(RenderedImage image, OutputStream out, ImageWriterParams params) throws IOException
IOException
String getMIMEType()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.