org.apache.axis.components.image
public class JDK13IO extends Component implements ImageIO
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: Exception if an error prevents image encoding