public interface ImageMagick
| Modifier and Type | Method and Description |
|---|---|
Future<?> |
convert(List<String> arguments) |
void |
destroy() |
String |
getGlobalSearchPath() |
Properties |
getResourceLimitsProperties() |
String[] |
identify(List<String> arguments) |
boolean |
isEnabled() |
void |
reset() |
byte[] |
scale(byte[] bytes,
String mimeType,
int width,
int height) |
Future<?> convert(List<String> arguments)
throws Exception
Exceptionvoid destroy()
String getGlobalSearchPath()
throws Exception
ExceptionProperties getResourceLimitsProperties()
throws Exception
ExceptionString[] identify(List<String> arguments)
throws Exception
Exceptionboolean isEnabled()
void reset()
byte[] scale(byte[] bytes,
String mimeType,
int width,
int height)
throws Exception
Exception