org.apache.axis.components.image
Class JimiIO
java.lang.Objectorg.apache.axis.components.image.JimiIO
- ImageIO
public class JimiIO
extends java.lang.Object
JIMI based Image I/O
Image | loadImage(InputStream in)- Load an Image.
|
void | saveImage(String id, Image image, OutputStream os)- Save an image.
|
loadImage
public Image loadImage(InputStream in)
throws Exception Load an Image.
- loadImage in interface ImageIO
in - the stream to load the image
saveImage
public void saveImage(String id,
Image image,
OutputStream os)
throws Exception Save an image.
- saveImage in interface ImageIO
id - the mime-type of the format to save the imageimage - the image to save
Copyright © 2005 Apache Web Services Project. All Rights Reserved.