Class GMOperation


public class GMOperation extends GMOps
This class models the command-line of GraphicsMagick. It extends the class GMOps and adds some utility-methods (like appendVertically()) not found in GraphicsMagick, mainly for ease of use.

If you want to switch between GraphicsMagick and ImageMagick at runtime (using the system-property im4java.useGM=true), you have to limit yourself to the subset of options common to both implementations.

  • Constructor Details

    • GMOperation

      public GMOperation()
      Constructor.
  • Method Details

    • appendHorizontally

      public GMOperation appendHorizontally()
      Append images horizontally (same as +append)
    • appendVertically

      public GMOperation appendVertically()
      Append images vertically (same as -append)