The im4java Library, Version 1.4.0

org.im4java.core
Class GraphicsMagickCmd

java.lang.Object
  extended by org.im4java.process.ProcessStarter
      extended by org.im4java.core.ImageCommand
          extended by org.im4java.core.GraphicsMagickCmd
All Implemented Interfaces:
ErrorConsumer

public class GraphicsMagickCmd
extends ImageCommand

This class wraps the GraphicsMagick command-set. There should be no need to use this class, since for all GM-commands there are class-wrappers available (e.g. ConvertCmd) which are more specific and provide extended functionality.

Since:
1.0.0
Version:
$Revision: 1.2 $
Author:
$Author: bablokb $

Field Summary
 
Fields inherited from class org.im4java.process.ProcessStarter
BUFFER_SIZE
 
Constructor Summary
GraphicsMagickCmd(java.lang.String pCommand)
          Constructor.
 
Method Summary
 
Methods inherited from class org.im4java.core.ImageCommand
consumeError, createScript, createScript, createScript, finished, getCommand, getErrorText, getProcessTask, run, setCommand, setDefaultScriptGenerator, setScriptGenerator
 
Methods inherited from class org.im4java.process.ProcessStarter
addProcessEventListener, addProcessListener, finished, getGlobalSearchPath, getPID, getProcessTask, getSearchPath, isAsyncMode, removeProcessEventListener, run, searchForCmd, setAsyncMode, setErrorConsumer, setGlobalSearchPath, setInputProvider, setOutputConsumer, setPID, setPIDCounter, setSearchPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsMagickCmd

public GraphicsMagickCmd(java.lang.String pCommand)
Constructor. Note that this constructor does not allow you to change the implementation von GM to IM at runtime.


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/