org.apache.axis.components.image
public interface ImageIO
Since: 2.0
Method Summary | |
---|---|
Image | loadImage(InputStream in)
Load an Image. |
void | saveImage(String id, Image image, OutputStream os)
Save an image. |
Parameters: in the stream to load the image
Returns: the Image
Parameters: id the mime-type of the format to save the image image the image to save os the output stream to write to
Throws: Exception if an error prevents image encoding