Package org.im4java.core
Class CompositeCmd
java.lang.Object
org.im4java.process.ProcessStarter
org.im4java.core.ImageCommand
org.im4java.core.CompositeCmd
- All Implemented Interfaces:
ErrorConsumer
This class wraps the IM command composite.
-
Field Summary
Fields inherited from class org.im4java.process.ProcessStarter
BUFFER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CompositeCmd
(boolean useGM) Constructor with option to use GraphicsMagick. -
Method Summary
Methods inherited from class org.im4java.core.ImageCommand
consumeError, run, setCommand
Methods inherited from class org.im4java.process.ProcessStarter
addProcessListener, getIInputProvider, getIProcessListener, isAsyncMode, run, setAsyncMode, setErrorConsumer, setInputProvider, setOutputConsumer, startProcess, waitForProcess
-
Constructor Details
-
CompositeCmd
public CompositeCmd()Constructor. -
CompositeCmd
public CompositeCmd(boolean useGM) Constructor with option to use GraphicsMagick.- Parameters:
useGM
- true if GraphicsMagick used
-