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
Exception
void destroy()
String getGlobalSearchPath() throws Exception
Exception
Properties getResourceLimitsProperties() throws Exception
Exception
String[] identify(List<String> arguments) throws Exception
Exception
boolean isEnabled()
void reset()