|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.module.builders.ConvertImageMagick
Converts Images using image magick.
| Constructor Summary | |
ConvertImageMagick()
|
|
| Method Summary | |
byte[] |
ConvertImage(byte[] input,
java.util.Vector commands)
This functions converts an image by the given parameters |
void |
init(java.util.Hashtable params)
This function initalises this class |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConvertImageMagick()
| Method Detail |
public void init(java.util.Hashtable params)
init in interface ImageConvertInterfaceparams - a Hashtable of Strings containing informationn, this should contina the key's
ImageConvert.ConverterRoot and ImageConvert.ConverterCommand specifing the converter root....
public byte[] ConvertImage(byte[] input,
java.util.Vector commands)
ConvertImage in interface ImageConvertInterfaceinput - an array of byte which represents the original imagecommands - a Vector of Strings containing commands which are operations on the image which will be returned.
ImageConvert.ConverterRoot and ImageConvert.ConverterCommand specifing the converter root....bytes containing the new converted image.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||