org.apache.axis.components.image
public class JimiIO extends Object implements 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 filename the file to write to
Throws: JimiException if an error prevents image encoding