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() |
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()