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 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.