com.liferay.portal.kernel.image
Interface ImageMagick
public interface ImageMagick
- Author:
- Alexander Chow, Ivica Cardic
convert
java.util.concurrent.Future<?> convert(java.util.List<java.lang.String> arguments)
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
void destroy()
getGlobalSearchPath
java.lang.String getGlobalSearchPath()
throws java.lang.Exception
- Throws:
java.lang.Exception
getResourceLimitsProperties
java.util.Properties getResourceLimitsProperties()
throws java.lang.Exception
- Throws:
java.lang.Exception
identify
java.lang.String[] identify(java.util.List<java.lang.String> arguments)
throws java.lang.Exception
- Throws:
java.lang.Exception
isEnabled
boolean isEnabled()
reset
void reset()