Class 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.
  • Constructor Details

    • GraphicsMagickCmd

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