|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageConverter
An interface to support image conversion
Copyright (c) Xoetrope Ltd., 2001-2005
License: see license.txt
$Revision: 1.1 $
Method Summary | |
---|---|
boolean |
convert(java.lang.String name,
java.io.InputStream is,
java.io.OutputStream os,
int width,
int height)
Convert one image format to another |
java.lang.String |
getOutputExt()
Get the extension of the file type that this converter produces |
Method Detail |
---|
boolean convert(java.lang.String name, java.io.InputStream is, java.io.OutputStream os, int width, int height)
name
- a unique name for the imageis
- the input stream for the source imageos
- the output steam for the resulting/converted imagewidth
- the desired image widthheight
- the desired image height
java.lang.String getOutputExt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |