Class ImageMagickCmd

  • All Implemented Interfaces:
    ErrorConsumer

    public class ImageMagickCmd
    extends ImageCommand
    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.
    • Constructor Detail

      • ImageMagickCmd

        public ImageMagickCmd​(java.lang.String pCommand)
        Constructor. Set the system-property im4java.useGM to true to switch at runtime to GraphicsMagick.
        Parameters:
        pCommand - the command to be set