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
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()
byte[] scale(byte[] bytes, String mimeType, int width, int height) throws Exception
Exception