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