Package org.im4java.core
Class ImageMagickCmd
java.lang.Object
org.im4java.process.ProcessStarter
org.im4java.core.ImageCommand
org.im4java.core.ImageMagickCmd
- All Implemented Interfaces:
ErrorConsumer
This class wraps the ImageMagick command-set. There should be no
need to use this class, since for all IM-commands there are
class-wrappers available (e.g. ConvertCmd) which are more specific
and provide extended functionality.
-
Field Summary
Fields inherited from class org.im4java.process.ProcessStarter
BUFFER_SIZE
-
Constructor Summary
Constructors -
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
-
ImageMagickCmd
Constructor. Set the system-property im4java.useGM to true to switch at runtime to GraphicsMagick.- Parameters:
pCommand
- the command to be set
-