Class GMOps

  • Direct Known Subclasses:
    GMOperation

    public class GMOps
    extends Operation
    This class subclasses Operation and adds methods for all commandline options of GraphicsMagick.

    This class is automatically generated by the source-code generator of im4java.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected GMOps()
      The protected Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GMOps adjoin()
      Add option -adjoin to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine()
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx, java.lang.Double rx)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry, java.lang.Double sy)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry, java.lang.Double sy, java.lang.Double tx)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps affine​(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry, java.lang.Double sy, java.lang.Double tx, java.lang.Double ty)
      Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps antialias()
      Add option -antialias to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps append()
      Add option -append to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps authenticate()
      Add option -authenticate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps authenticate​(java.lang.String password)
      Add option -authenticate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps average()
      Add option -average to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps backdrop()
      Add option -backdrop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps background()
      Add option -background to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps background​(java.lang.String color)
      Add option -background to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blackThreshold()
      Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blackThreshold​(java.lang.Double threshold)
      Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blackThreshold​(java.lang.Double threshold, java.lang.Boolean percent)
      Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps bluePrimary()
      Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps bluePrimary​(java.lang.Double x)
      Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps bluePrimary​(java.lang.Double x, java.lang.Double y)
      Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blur()
      Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blur​(java.lang.Double radius)
      Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps blur​(java.lang.Double radius, java.lang.Double sigma)
      Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps border​(java.lang.Integer width)
      Add option -border to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps border​(java.lang.Integer width, java.lang.Integer height)
      Add option -border to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps bordercolor()
      Add option -bordercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps bordercolor​(java.lang.String color)
      Add option -bordercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth()
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth​(java.lang.Integer width)
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth​(java.lang.Integer width, java.lang.Integer height)
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps borderwidth​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.Boolean percent)
      Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps box()
      Add option -box to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps box​(java.lang.String pColor)
      Add option -box to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps channel()
      Add option -channel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps channel​(java.lang.String type)
      Add option -channel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps charcoal()
      Add option -charcoal to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps charcoal​(java.lang.Integer factor)
      Add option -charcoal to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop()
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop​(java.lang.Integer width)
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop​(java.lang.Integer width, java.lang.Integer height)
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps chop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.Boolean percent)
      Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps clip()
      Add option -clip to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps clippath()
      Add option -clippath to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps coalesce()
      Add option -coalesce to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorize()
      Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorize​(java.lang.Integer red)
      Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorize​(java.lang.Integer red, java.lang.Integer blue)
      Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorize​(java.lang.Integer red, java.lang.Integer blue, java.lang.Integer green)
      Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colors()
      Add option -colors to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colors​(java.lang.Integer value)
      Add option -colors to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorspace()
      Add option -colorspace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps colorspace​(java.lang.String value)
      Add option -colorspace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps comment()
      Add option -comment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps comment​(java.lang.String text)
      Add option -comment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps compress()
      Add option -compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps compress​(java.lang.String type)
      Add option -compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps contrast()
      Add option -contrast to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve()
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11, java.lang.Integer k12)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11, java.lang.Integer k12, java.lang.Integer k13)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11, java.lang.Integer k12, java.lang.Integer k13, java.lang.Integer k14)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11, java.lang.Integer k12, java.lang.Integer k13, java.lang.Integer k14, java.lang.Integer k15)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps convolve​(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4, java.lang.Integer k5, java.lang.Integer k6, java.lang.Integer k7, java.lang.Integer k8, java.lang.Integer k9, java.lang.Integer k10, java.lang.Integer k11, java.lang.Integer k12, java.lang.Integer k13, java.lang.Integer k14, java.lang.Integer k15, java.lang.Integer k16)
      Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop()
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop​(java.lang.Integer width)
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop​(java.lang.Integer width, java.lang.Integer height)
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps crop​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.Character special)
      Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps cycle()
      Add option -cycle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps cycle​(java.lang.Integer amount)
      Add option -cycle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps debug()
      Add option -debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps debug​(java.lang.String events)
      Add option -debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps deconstruct()
      Add option -deconstruct to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps define()
      Add option -define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps define​(java.lang.String keyValue)
      Add option -define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps delay()
      Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps delay​(java.lang.Integer ticks)
      Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps delay​(java.lang.Integer ticks, java.lang.Integer ticksPerSecond)
      Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps delay​(java.lang.Integer ticks, java.lang.Integer ticksPerSecond, java.lang.Character special)
      Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps density()
      Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps density​(java.lang.Integer width)
      Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps density​(java.lang.Integer width, java.lang.Integer height)
      Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps depth()
      Add option -depth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps depth​(java.lang.Integer value)
      Add option -depth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps despeckle()
      Add option -despeckle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps display()
      Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps display​(java.lang.String host)
      Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps display​(java.lang.String host, java.lang.Integer display)
      Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps display​(java.lang.String host, java.lang.Integer display, java.lang.Integer screen)
      Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps dispose()
      Add option -dispose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps dispose​(java.lang.String method)
      Add option -dispose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps dither()
      Add option -dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps dither​(java.lang.String method)
      Add option -dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps draw()
      Add option -draw to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps draw​(java.lang.String string)
      Add option -draw to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps edge()
      Add option -edge to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps edge​(java.lang.Double radius)
      Add option -edge to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps emboss()
      Add option -emboss to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps emboss​(java.lang.Double radius)
      Add option -emboss to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps encoding()
      Add option -encoding to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps encoding​(java.lang.String type)
      Add option -encoding to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps endian()
      Add option -endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps endian​(java.lang.String type)
      Add option -endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps enhance()
      Add option -enhance to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps equalize()
      Add option -equalize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps fill()
      Add option -fill to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps fill​(java.lang.String color)
      Add option -fill to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps filter()
      Add option -filter to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps filter​(java.lang.String type)
      Add option -filter to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps flatten()
      Add option -flatten to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps flip()
      Add option -flip to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps flop()
      Add option -flop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps font()
      Add option -font to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps font​(java.lang.String name)
      Add option -font to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps frame()
      Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps frame​(java.lang.Integer width)
      Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps frame​(java.lang.Integer width, java.lang.Integer height)
      Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps frame​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer outerBevelWidth)
      Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps frame​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer outerBevelWidth, java.lang.Integer innerBevelWidth)
      Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps fuzz()
      Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps fuzz​(java.lang.Double distance)
      Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps fuzz​(java.lang.Double distance, java.lang.Boolean percent)
      Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gamma()
      Add option -gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gamma​(java.lang.Double value)
      Add option -gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gaussian()
      Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gaussian​(java.lang.Double radius)
      Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gaussian​(java.lang.Double radius, java.lang.Double sigma)
      Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps geometry()
      Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps geometry​(java.lang.Integer width)
      Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps geometry​(java.lang.Integer width, java.lang.Integer height)
      Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps geometry​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps geometry​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gravity()
      Add option -gravity to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps gravity​(java.lang.String type)
      Add option -gravity to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps greenPrimary()
      Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps greenPrimary​(java.lang.Double x)
      Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps greenPrimary​(java.lang.Double x, java.lang.Double y)
      Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps help()
      Add option -help to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps implode()
      Add option -implode to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps implode​(java.lang.Double factor)
      Add option -implode to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps intent()
      Add option -intent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps intent​(java.lang.String type)
      Add option -intent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps interlace()
      Add option -interlace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps interlace​(java.lang.String type)
      Add option -interlace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps label()
      Add option -label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps label​(java.lang.String name)
      Add option -label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps lat()
      Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps lat​(java.lang.Integer width)
      Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps lat​(java.lang.Integer width, java.lang.Integer height)
      Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps lat​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset)
      Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps lat​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset, java.lang.Boolean percent)
      Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps level()
      Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps level​(java.lang.Double black_point)
      Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps level​(java.lang.Double black_point, java.lang.Double white_point)
      Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps level​(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent)
      Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps level​(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent, java.lang.Double gamma)
      Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps limit()
      Add option -limit to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps limit​(java.lang.String type)
      Add option -limit to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps list()
      Add option -list to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps list​(java.lang.String type)
      Add option -list to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps log()
      Add option -log to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps log​(java.lang.String text)
      Add option -log to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps loop()
      Add option -loop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps loop​(java.lang.Integer iterations)
      Add option -loop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps map()
      Add option -map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps map​(java.lang.String filename)
      Add option -map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps mask()
      Add option -mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps mask​(java.lang.String filename)
      Add option -mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps matte()
      Add option -matte to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps median()
      Add option -median to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps median​(java.lang.Double radius)
      Add option -median to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps modulate()
      Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps modulate​(java.lang.Double brightness)
      Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps modulate​(java.lang.Double brightness, java.lang.Double saturation)
      Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps modulate​(java.lang.Double brightness, java.lang.Double saturation, java.lang.Double hue)
      Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps monitor()
      Add option -monitor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps monochrome()
      Add option -monochrome to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps morph()
      Add option -morph to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps morph​(java.lang.Integer frames)
      Add option -morph to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps mosaic()
      Add option -mosaic to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps motionBlur()
      Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps motionBlur​(java.lang.Double radius)
      Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps motionBlur​(java.lang.Double radius, java.lang.Double sigma)
      Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps motionBlur​(java.lang.Double radius, java.lang.Double sigma, java.lang.Double angle)
      Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps negate()
      Add option -negate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps noise()
      Add option -noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps noise​(java.lang.Double radius)
      Add option -noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps noop()
      Add option -noop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps normalize()
      Add option -normalize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps opaque()
      Add option -opaque to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps opaque​(java.lang.String color)
      Add option -opaque to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps operator()
      Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps operator​(java.lang.String channel)
      Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps operator​(java.lang.String channel, java.lang.String operator)
      Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps operator​(java.lang.String channel, java.lang.String operator, java.lang.Double rvalue)
      Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps operator​(java.lang.String channel, java.lang.String operator, java.lang.Double rvalue, java.lang.Boolean percent)
      Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps orderedDither()
      Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps orderedDither​(java.lang.String channelType)
      Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps orderedDither​(java.lang.String channelType, java.lang.Integer N)
      Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps outputDirectory()
      Add option -output-directory to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps outputDirectory​(java.lang.String pDirectory)
      Add option -output-directory to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_adjoin()
      Add option +adjoin to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_antialias()
      Add option +antialias to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_append()
      Add option +append to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_borderwidth()
      Add option +borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_compress()
      Add option +compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_contrast()
      Add option +contrast to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_debug()
      Add option +debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_define()
      Add option +define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_define​(java.lang.String keyValue)
      Add option +define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_dither()
      Add option +dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_endian()
      Add option +endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_frame()
      Add option +frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_gamma()
      Add option +gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_gamma​(java.lang.Double value)
      Add option +gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_label()
      Add option +label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_map()
      Add option +map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_mask()
      Add option +mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_matte()
      Add option +matte to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_negate()
      Add option +negate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_noise()
      Add option +noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_noise​(java.lang.String type)
      Add option +noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_page()
      Add option +page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_ping()
      Add option +ping to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_profile()
      Add option +profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_profile​(java.lang.String profileName)
      Add option +profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_progress()
      Add option +progress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_raise()
      Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_raise​(java.lang.Integer width)
      Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_raise​(java.lang.Integer width, java.lang.Integer height)
      Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_remap()
      Add option +remap to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_render()
      Add option +render to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_shade()
      Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_shade​(java.lang.Double azimuth)
      Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_shade​(java.lang.Double azimuth, java.lang.Double elevation)
      Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_write()
      Add option +write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps p_write​(java.lang.String filename)
      Add option +write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page()
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page​(java.lang.Integer width)
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page​(java.lang.Integer width, java.lang.Integer height)
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps page​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.Character special)
      Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps paint()
      Add option -paint to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps paint​(java.lang.Double radius)
      Add option -paint to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pause()
      Add option -pause to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pause​(java.lang.Integer pSeconds)
      Add option -pause to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pen()
      Add option -pen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pen​(java.lang.String pColor)
      Add option -pen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps ping()
      Add option -ping to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pointsize()
      Add option -pointsize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps pointsize​(java.lang.Integer value)
      Add option -pointsize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps preview()
      Add option -preview to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps preview​(java.lang.String type)
      Add option -preview to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps process()
      Add option -process to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps process​(java.lang.String pCommand)
      Add option -process to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps profile()
      Add option -profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps profile​(java.lang.String filename)
      Add option -profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps quality()
      Add option -quality to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps quality​(java.lang.Double value)
      Add option -quality to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps raise()
      Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps raise​(java.lang.Integer width)
      Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps raise​(java.lang.Integer width, java.lang.Integer height)
      Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps randomThreshold()
      Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps randomThreshold​(java.lang.String channelType)
      Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps randomThreshold​(java.lang.String channelType, java.lang.Double low)
      Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps randomThreshold​(java.lang.String channelType, java.lang.Double low, java.lang.Double high)
      Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps redPrimary()
      Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps redPrimary​(java.lang.Double x)
      Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps redPrimary​(java.lang.Double x, java.lang.Double y)
      Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps region()
      Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps region​(java.lang.Integer width)
      Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps region​(java.lang.Integer width, java.lang.Integer height)
      Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps region​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
      Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps region​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
      Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps render()
      Add option -render to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resample()
      Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resample​(java.lang.Integer horizontal)
      Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resample​(java.lang.Integer horizontal, java.lang.Integer vertical)
      Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resize()
      Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resize​(java.lang.Integer width)
      Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resize​(java.lang.Integer width, java.lang.Integer height)
      Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps resize​(java.lang.Integer width, java.lang.Integer height, java.lang.Character special)
      Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps roll()
      Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps roll​(java.lang.Integer x)
      Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps roll​(java.lang.Integer x, java.lang.Integer y)
      Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps rotate()
      Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps rotate​(java.lang.Double degrees)
      Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps rotate​(java.lang.Double degrees, java.lang.Character special)
      Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sample()
      Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sample​(java.lang.Integer width)
      Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sample​(java.lang.Integer width, java.lang.Integer height)
      Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sample​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
      Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sample​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
      Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps samplingFactor()
      Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps samplingFactor​(java.lang.Double horizontalFactor)
      Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps samplingFactor​(java.lang.Double horizontalFactor, java.lang.Double verticalFactor)
      Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scale()
      Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scale​(java.lang.Integer width)
      Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scale​(java.lang.Integer width, java.lang.Integer height)
      Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scale​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
      Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scale​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
      Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scene()
      Add option -scene to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps scene​(java.lang.Integer value)
      Add option -scene to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps seed()
      Add option -seed to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps segment()
      Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps segment​(java.lang.Integer clusterThreshold)
      Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps segment​(java.lang.Integer clusterThreshold, java.lang.Double smoothingThreshold)
      Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps set()
      Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps set​(java.lang.String attribute)
      Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps set​(java.lang.String attribute, java.lang.String value)
      Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shade()
      Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shade​(java.lang.Double azimuth)
      Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shade​(java.lang.Double azimuth, java.lang.Double elevation)
      Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sharpen()
      Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sharpen​(java.lang.Double radius)
      Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps sharpen​(java.lang.Double radius, java.lang.Double sigma)
      Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shave()
      Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shave​(java.lang.Integer width)
      Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shave​(java.lang.Integer width, java.lang.Integer height)
      Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shave​(java.lang.Integer width, java.lang.Integer height, java.lang.Boolean percent)
      Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shear()
      Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shear​(java.lang.Double xDegrees)
      Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps shear​(java.lang.Double xDegrees, java.lang.Double yDegrees)
      Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps size()
      Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps size​(java.lang.Integer width)
      Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps size​(java.lang.Integer width, java.lang.Integer height)
      Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps size​(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset)
      Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps solarize()
      Add option -solarize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps solarize​(java.lang.Double threshold)
      Add option -solarize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps spread()
      Add option -spread to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps spread​(java.lang.Integer amount)
      Add option -spread to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps stroke()
      Add option -stroke to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps stroke​(java.lang.String color)
      Add option -stroke to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps strokewidth()
      Add option -strokewidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps strokewidth​(java.lang.Integer value)
      Add option -strokewidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps swirl()
      Add option -swirl to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps swirl​(java.lang.Double degrees)
      Add option -swirl to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps texture()
      Add option -texture to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps texture​(java.lang.String filename)
      Add option -texture to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps threshold()
      Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps threshold​(java.lang.Integer value)
      Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps threshold​(java.lang.Integer value, java.lang.Boolean percent)
      Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps tile()
      Add option -tile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps tile​(java.lang.String filename)
      Add option -tile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps transform()
      Add option -transform to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps transparent()
      Add option -transparent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps transparent​(java.lang.String color)
      Add option -transparent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps treedepth()
      Add option -treedepth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps treedepth​(java.lang.Integer value)
      Add option -treedepth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps trim()
      Add option -trim to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps type()
      Add option -type to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps type​(java.lang.String type)
      Add option -type to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps undercolor()
      Add option -undercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps undercolor​(java.lang.String color)
      Add option -undercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps units()
      Add option -units to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps units​(java.lang.String type)
      Add option -units to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps unsharp()
      Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps unsharp​(java.lang.Double radius)
      Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps unsharp​(java.lang.Double radius, java.lang.Double sigma)
      Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps unsharp​(java.lang.Double radius, java.lang.Double sigma, java.lang.Double amount)
      Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps unsharp​(java.lang.Double radius, java.lang.Double sigma, java.lang.Double amount, java.lang.Double threshold)
      Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps verbose()
      Add option -verbose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps version()
      Add option -version to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps view()
      Add option -view to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps view​(java.lang.String text)
      Add option -view to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps virtualPixel()
      Add option -virtual-pixel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps virtualPixel​(java.lang.String method)
      Add option -virtual-pixel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps wave()
      Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps wave​(java.lang.Double amplitude)
      Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps wave​(java.lang.Double amplitude, java.lang.Double wavelength)
      Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whitePoint()
      Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whitePoint​(java.lang.Double x)
      Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whitePoint​(java.lang.Double x, java.lang.Double y)
      Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whiteThreshold()
      Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whiteThreshold​(java.lang.Double threshold)
      Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps whiteThreshold​(java.lang.Double threshold, java.lang.Boolean percent)
      Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps write()
      Add option -write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      GMOps write​(java.lang.String filename)
      Add option -write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GMOps

        protected GMOps()
        The protected Constructor. You should only use subclasses of GMOps.
    • Method Detail

      • adjoin

        public GMOps adjoin()
        Add option -adjoin to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_adjoin

        public GMOps p_adjoin()
        Add option +adjoin to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine()
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx,
                            java.lang.Double rx)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx,
                            java.lang.Double rx,
                            java.lang.Double ry)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx,
                            java.lang.Double rx,
                            java.lang.Double ry,
                            java.lang.Double sy)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx,
                            java.lang.Double rx,
                            java.lang.Double ry,
                            java.lang.Double sy,
                            java.lang.Double tx)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • affine

        public GMOps affine​(java.lang.Double sx,
                            java.lang.Double rx,
                            java.lang.Double ry,
                            java.lang.Double sy,
                            java.lang.Double tx,
                            java.lang.Double ty)
        Add option -affine to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • antialias

        public GMOps antialias()
        Add option -antialias to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_antialias

        public GMOps p_antialias()
        Add option +antialias to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • append

        public GMOps append()
        Add option -append to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_append

        public GMOps p_append()
        Add option +append to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • authenticate

        public GMOps authenticate()
        Add option -authenticate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • authenticate

        public GMOps authenticate​(java.lang.String password)
        Add option -authenticate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • average

        public GMOps average()
        Add option -average to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • backdrop

        public GMOps backdrop()
        Add option -backdrop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • background

        public GMOps background()
        Add option -background to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • background

        public GMOps background​(java.lang.String color)
        Add option -background to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blackThreshold

        public GMOps blackThreshold()
        Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blackThreshold

        public GMOps blackThreshold​(java.lang.Double threshold)
        Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blackThreshold

        public GMOps blackThreshold​(java.lang.Double threshold,
                                    java.lang.Boolean percent)
        Add option -black-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • bluePrimary

        public GMOps bluePrimary()
        Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • bluePrimary

        public GMOps bluePrimary​(java.lang.Double x)
        Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • bluePrimary

        public GMOps bluePrimary​(java.lang.Double x,
                                 java.lang.Double y)
        Add option -blue-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blur

        public GMOps blur()
        Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blur

        public GMOps blur​(java.lang.Double radius)
        Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • blur

        public GMOps blur​(java.lang.Double radius,
                          java.lang.Double sigma)
        Add option -blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • bordercolor

        public GMOps bordercolor()
        Add option -bordercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • bordercolor

        public GMOps bordercolor​(java.lang.String color)
        Add option -bordercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth()
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth​(java.lang.Integer width)
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth​(java.lang.Integer width,
                                 java.lang.Integer height)
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth​(java.lang.Integer width,
                                 java.lang.Integer height,
                                 java.lang.Integer x)
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth​(java.lang.Integer width,
                                 java.lang.Integer height,
                                 java.lang.Integer x,
                                 java.lang.Integer y)
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • borderwidth

        public GMOps borderwidth​(java.lang.Integer width,
                                 java.lang.Integer height,
                                 java.lang.Integer x,
                                 java.lang.Integer y,
                                 java.lang.Boolean percent)
        Add option -borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_borderwidth

        public GMOps p_borderwidth()
        Add option +borderwidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • border

        public GMOps border​(java.lang.Integer width)
        Add option -border to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • border

        public GMOps border​(java.lang.Integer width,
                            java.lang.Integer height)
        Add option -border to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • box

        public GMOps box()
        Add option -box to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • box

        public GMOps box​(java.lang.String pColor)
        Add option -box to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • channel

        public GMOps channel()
        Add option -channel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • channel

        public GMOps channel​(java.lang.String type)
        Add option -channel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • charcoal

        public GMOps charcoal()
        Add option -charcoal to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • charcoal

        public GMOps charcoal​(java.lang.Integer factor)
        Add option -charcoal to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop()
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop​(java.lang.Integer width)
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop​(java.lang.Integer width,
                          java.lang.Integer height)
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x)
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y)
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • chop

        public GMOps chop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y,
                          java.lang.Boolean percent)
        Add option -chop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • clip

        public GMOps clip()
        Add option -clip to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • clippath

        public GMOps clippath()
        Add option -clippath to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • coalesce

        public GMOps coalesce()
        Add option -coalesce to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorize

        public GMOps colorize()
        Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorize

        public GMOps colorize​(java.lang.Integer red)
        Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorize

        public GMOps colorize​(java.lang.Integer red,
                              java.lang.Integer blue)
        Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorize

        public GMOps colorize​(java.lang.Integer red,
                              java.lang.Integer blue,
                              java.lang.Integer green)
        Add option -colorize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colors

        public GMOps colors()
        Add option -colors to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colors

        public GMOps colors​(java.lang.Integer value)
        Add option -colors to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorspace

        public GMOps colorspace()
        Add option -colorspace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • colorspace

        public GMOps colorspace​(java.lang.String value)
        Add option -colorspace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • comment

        public GMOps comment()
        Add option -comment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • comment

        public GMOps comment​(java.lang.String text)
        Add option -comment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_compress

        public GMOps p_compress()
        Add option +compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • compress

        public GMOps compress()
        Add option -compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • compress

        public GMOps compress​(java.lang.String type)
        Add option -compress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • contrast

        public GMOps contrast()
        Add option -contrast to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_contrast

        public GMOps p_contrast()
        Add option +contrast to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve()
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11,
                              java.lang.Integer k12)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11,
                              java.lang.Integer k12,
                              java.lang.Integer k13)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11,
                              java.lang.Integer k12,
                              java.lang.Integer k13,
                              java.lang.Integer k14)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11,
                              java.lang.Integer k12,
                              java.lang.Integer k13,
                              java.lang.Integer k14,
                              java.lang.Integer k15)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • convolve

        public GMOps convolve​(java.lang.Integer k1,
                              java.lang.Integer k2,
                              java.lang.Integer k3,
                              java.lang.Integer k4,
                              java.lang.Integer k5,
                              java.lang.Integer k6,
                              java.lang.Integer k7,
                              java.lang.Integer k8,
                              java.lang.Integer k9,
                              java.lang.Integer k10,
                              java.lang.Integer k11,
                              java.lang.Integer k12,
                              java.lang.Integer k13,
                              java.lang.Integer k14,
                              java.lang.Integer k15,
                              java.lang.Integer k16)
        Add option -convolve to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop()
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop​(java.lang.Integer width)
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop​(java.lang.Integer width,
                          java.lang.Integer height)
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x)
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y)
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • crop

        public GMOps crop​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y,
                          java.lang.Character special)
        Add option -crop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • cycle

        public GMOps cycle()
        Add option -cycle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • cycle

        public GMOps cycle​(java.lang.Integer amount)
        Add option -cycle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_debug

        public GMOps p_debug()
        Add option +debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • debug

        public GMOps debug()
        Add option -debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • debug

        public GMOps debug​(java.lang.String events)
        Add option -debug to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • deconstruct

        public GMOps deconstruct()
        Add option -deconstruct to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • define

        public GMOps define()
        Add option -define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • define

        public GMOps define​(java.lang.String keyValue)
        Add option -define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_define

        public GMOps p_define()
        Add option +define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_define

        public GMOps p_define​(java.lang.String keyValue)
        Add option +define to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • delay

        public GMOps delay()
        Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • delay

        public GMOps delay​(java.lang.Integer ticks)
        Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • delay

        public GMOps delay​(java.lang.Integer ticks,
                           java.lang.Integer ticksPerSecond)
        Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • delay

        public GMOps delay​(java.lang.Integer ticks,
                           java.lang.Integer ticksPerSecond,
                           java.lang.Character special)
        Add option -delay to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • density

        public GMOps density()
        Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • density

        public GMOps density​(java.lang.Integer width)
        Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • density

        public GMOps density​(java.lang.Integer width,
                             java.lang.Integer height)
        Add option -density to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • depth

        public GMOps depth()
        Add option -depth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • depth

        public GMOps depth​(java.lang.Integer value)
        Add option -depth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • despeckle

        public GMOps despeckle()
        Add option -despeckle to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • display

        public GMOps display()
        Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • display

        public GMOps display​(java.lang.String host)
        Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • display

        public GMOps display​(java.lang.String host,
                             java.lang.Integer display)
        Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • display

        public GMOps display​(java.lang.String host,
                             java.lang.Integer display,
                             java.lang.Integer screen)
        Add option -display to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • dispose

        public GMOps dispose()
        Add option -dispose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • dispose

        public GMOps dispose​(java.lang.String method)
        Add option -dispose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_dither

        public GMOps p_dither()
        Add option +dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • dither

        public GMOps dither()
        Add option -dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • dither

        public GMOps dither​(java.lang.String method)
        Add option -dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • draw

        public GMOps draw()
        Add option -draw to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • draw

        public GMOps draw​(java.lang.String string)
        Add option -draw to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • edge

        public GMOps edge()
        Add option -edge to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • edge

        public GMOps edge​(java.lang.Double radius)
        Add option -edge to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • emboss

        public GMOps emboss()
        Add option -emboss to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • emboss

        public GMOps emboss​(java.lang.Double radius)
        Add option -emboss to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • encoding

        public GMOps encoding()
        Add option -encoding to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • encoding

        public GMOps encoding​(java.lang.String type)
        Add option -encoding to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_endian

        public GMOps p_endian()
        Add option +endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • endian

        public GMOps endian()
        Add option -endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • endian

        public GMOps endian​(java.lang.String type)
        Add option -endian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • enhance

        public GMOps enhance()
        Add option -enhance to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • equalize

        public GMOps equalize()
        Add option -equalize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • fill

        public GMOps fill()
        Add option -fill to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • fill

        public GMOps fill​(java.lang.String color)
        Add option -fill to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • filter

        public GMOps filter()
        Add option -filter to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • filter

        public GMOps filter​(java.lang.String type)
        Add option -filter to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • flatten

        public GMOps flatten()
        Add option -flatten to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • flip

        public GMOps flip()
        Add option -flip to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • flop

        public GMOps flop()
        Add option -flop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • font

        public GMOps font()
        Add option -font to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • font

        public GMOps font​(java.lang.String name)
        Add option -font to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • frame

        public GMOps frame()
        Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • frame

        public GMOps frame​(java.lang.Integer width)
        Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • frame

        public GMOps frame​(java.lang.Integer width,
                           java.lang.Integer height)
        Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • frame

        public GMOps frame​(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer outerBevelWidth)
        Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • frame

        public GMOps frame​(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer outerBevelWidth,
                           java.lang.Integer innerBevelWidth)
        Add option -frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_frame

        public GMOps p_frame()
        Add option +frame to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • fuzz

        public GMOps fuzz()
        Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • fuzz

        public GMOps fuzz​(java.lang.Double distance)
        Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • fuzz

        public GMOps fuzz​(java.lang.Double distance,
                          java.lang.Boolean percent)
        Add option -fuzz to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gamma

        public GMOps gamma()
        Add option -gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gamma

        public GMOps gamma​(java.lang.Double value)
        Add option -gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_gamma

        public GMOps p_gamma()
        Add option +gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_gamma

        public GMOps p_gamma​(java.lang.Double value)
        Add option +gamma to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gaussian

        public GMOps gaussian()
        Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gaussian

        public GMOps gaussian​(java.lang.Double radius)
        Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gaussian

        public GMOps gaussian​(java.lang.Double radius,
                              java.lang.Double sigma)
        Add option -gaussian to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • geometry

        public GMOps geometry()
        Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • geometry

        public GMOps geometry​(java.lang.Integer width)
        Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • geometry

        public GMOps geometry​(java.lang.Integer width,
                              java.lang.Integer height)
        Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • geometry

        public GMOps geometry​(java.lang.Integer width,
                              java.lang.Integer height,
                              java.lang.Integer x)
        Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • geometry

        public GMOps geometry​(java.lang.Integer width,
                              java.lang.Integer height,
                              java.lang.Integer x,
                              java.lang.Integer y)
        Add option -geometry to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gravity

        public GMOps gravity()
        Add option -gravity to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • gravity

        public GMOps gravity​(java.lang.String type)
        Add option -gravity to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • greenPrimary

        public GMOps greenPrimary()
        Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • greenPrimary

        public GMOps greenPrimary​(java.lang.Double x)
        Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • greenPrimary

        public GMOps greenPrimary​(java.lang.Double x,
                                  java.lang.Double y)
        Add option -green-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • help

        public GMOps help()
        Add option -help to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • implode

        public GMOps implode()
        Add option -implode to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • implode

        public GMOps implode​(java.lang.Double factor)
        Add option -implode to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • intent

        public GMOps intent()
        Add option -intent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • intent

        public GMOps intent​(java.lang.String type)
        Add option -intent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • interlace

        public GMOps interlace()
        Add option -interlace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • interlace

        public GMOps interlace​(java.lang.String type)
        Add option -interlace to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_label

        public GMOps p_label()
        Add option +label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • label

        public GMOps label()
        Add option -label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • label

        public GMOps label​(java.lang.String name)
        Add option -label to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • lat

        public GMOps lat()
        Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • lat

        public GMOps lat​(java.lang.Integer width)
        Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • lat

        public GMOps lat​(java.lang.Integer width,
                         java.lang.Integer height)
        Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • lat

        public GMOps lat​(java.lang.Integer width,
                         java.lang.Integer height,
                         java.lang.Integer offset)
        Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • lat

        public GMOps lat​(java.lang.Integer width,
                         java.lang.Integer height,
                         java.lang.Integer offset,
                         java.lang.Boolean percent)
        Add option -lat to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • level

        public GMOps level()
        Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • level

        public GMOps level​(java.lang.Double black_point)
        Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • level

        public GMOps level​(java.lang.Double black_point,
                           java.lang.Double white_point)
        Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • level

        public GMOps level​(java.lang.Double black_point,
                           java.lang.Double white_point,
                           java.lang.Boolean percent)
        Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • level

        public GMOps level​(java.lang.Double black_point,
                           java.lang.Double white_point,
                           java.lang.Boolean percent,
                           java.lang.Double gamma)
        Add option -level to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • limit

        public GMOps limit()
        Add option -limit to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • limit

        public GMOps limit​(java.lang.String type)
        Add option -limit to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • list

        public GMOps list()
        Add option -list to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • list

        public GMOps list​(java.lang.String type)
        Add option -list to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • log

        public GMOps log()
        Add option -log to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • log

        public GMOps log​(java.lang.String text)
        Add option -log to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • loop

        public GMOps loop()
        Add option -loop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • loop

        public GMOps loop​(java.lang.Integer iterations)
        Add option -loop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_map

        public GMOps p_map()
        Add option +map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • map

        public GMOps map()
        Add option -map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • map

        public GMOps map​(java.lang.String filename)
        Add option -map to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_mask

        public GMOps p_mask()
        Add option +mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • mask

        public GMOps mask()
        Add option -mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • mask

        public GMOps mask​(java.lang.String filename)
        Add option -mask to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • matte

        public GMOps matte()
        Add option -matte to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_matte

        public GMOps p_matte()
        Add option +matte to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • median

        public GMOps median()
        Add option -median to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • median

        public GMOps median​(java.lang.Double radius)
        Add option -median to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • modulate

        public GMOps modulate()
        Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • modulate

        public GMOps modulate​(java.lang.Double brightness)
        Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • modulate

        public GMOps modulate​(java.lang.Double brightness,
                              java.lang.Double saturation)
        Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • modulate

        public GMOps modulate​(java.lang.Double brightness,
                              java.lang.Double saturation,
                              java.lang.Double hue)
        Add option -modulate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • monitor

        public GMOps monitor()
        Add option -monitor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • monochrome

        public GMOps monochrome()
        Add option -monochrome to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • morph

        public GMOps morph()
        Add option -morph to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • morph

        public GMOps morph​(java.lang.Integer frames)
        Add option -morph to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • mosaic

        public GMOps mosaic()
        Add option -mosaic to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • motionBlur

        public GMOps motionBlur()
        Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • motionBlur

        public GMOps motionBlur​(java.lang.Double radius)
        Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • motionBlur

        public GMOps motionBlur​(java.lang.Double radius,
                                java.lang.Double sigma)
        Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • motionBlur

        public GMOps motionBlur​(java.lang.Double radius,
                                java.lang.Double sigma,
                                java.lang.Double angle)
        Add option -motion-blur to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • negate

        public GMOps negate()
        Add option -negate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_negate

        public GMOps p_negate()
        Add option +negate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • noise

        public GMOps noise()
        Add option -noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • noise

        public GMOps noise​(java.lang.Double radius)
        Add option -noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_noise

        public GMOps p_noise()
        Add option +noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_noise

        public GMOps p_noise​(java.lang.String type)
        Add option +noise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • noop

        public GMOps noop()
        Add option -noop to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • normalize

        public GMOps normalize()
        Add option -normalize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • opaque

        public GMOps opaque()
        Add option -opaque to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • opaque

        public GMOps opaque​(java.lang.String color)
        Add option -opaque to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • operator

        public GMOps operator()
        Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • operator

        public GMOps operator​(java.lang.String channel)
        Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • operator

        public GMOps operator​(java.lang.String channel,
                              java.lang.String operator)
        Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • operator

        public GMOps operator​(java.lang.String channel,
                              java.lang.String operator,
                              java.lang.Double rvalue)
        Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • operator

        public GMOps operator​(java.lang.String channel,
                              java.lang.String operator,
                              java.lang.Double rvalue,
                              java.lang.Boolean percent)
        Add option -operator to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • orderedDither

        public GMOps orderedDither()
        Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • orderedDither

        public GMOps orderedDither​(java.lang.String channelType)
        Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • orderedDither

        public GMOps orderedDither​(java.lang.String channelType,
                                   java.lang.Integer N)
        Add option -ordered-dither to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • outputDirectory

        public GMOps outputDirectory()
        Add option -output-directory to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • outputDirectory

        public GMOps outputDirectory​(java.lang.String pDirectory)
        Add option -output-directory to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_page

        public GMOps p_page()
        Add option +page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page()
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page​(java.lang.Integer width)
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page​(java.lang.Integer width,
                          java.lang.Integer height)
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x)
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y)
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • page

        public GMOps page​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer x,
                          java.lang.Integer y,
                          java.lang.Character special)
        Add option -page to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • paint

        public GMOps paint()
        Add option -paint to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • paint

        public GMOps paint​(java.lang.Double radius)
        Add option -paint to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pause

        public GMOps pause()
        Add option -pause to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pause

        public GMOps pause​(java.lang.Integer pSeconds)
        Add option -pause to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pen

        public GMOps pen()
        Add option -pen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pen

        public GMOps pen​(java.lang.String pColor)
        Add option -pen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • ping

        public GMOps ping()
        Add option -ping to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_ping

        public GMOps p_ping()
        Add option +ping to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pointsize

        public GMOps pointsize()
        Add option -pointsize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • pointsize

        public GMOps pointsize​(java.lang.Integer value)
        Add option -pointsize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • preview

        public GMOps preview()
        Add option -preview to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • preview

        public GMOps preview​(java.lang.String type)
        Add option -preview to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • process

        public GMOps process()
        Add option -process to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • process

        public GMOps process​(java.lang.String pCommand)
        Add option -process to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • profile

        public GMOps profile()
        Add option -profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • profile

        public GMOps profile​(java.lang.String filename)
        Add option -profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_profile

        public GMOps p_profile()
        Add option +profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_profile

        public GMOps p_profile​(java.lang.String profileName)
        Add option +profile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_progress

        public GMOps p_progress()
        Add option +progress to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • quality

        public GMOps quality()
        Add option -quality to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • quality

        public GMOps quality​(java.lang.Double value)
        Add option -quality to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • raise

        public GMOps raise()
        Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • raise

        public GMOps raise​(java.lang.Integer width)
        Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • raise

        public GMOps raise​(java.lang.Integer width,
                           java.lang.Integer height)
        Add option -raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_raise

        public GMOps p_raise()
        Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_raise

        public GMOps p_raise​(java.lang.Integer width)
        Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_raise

        public GMOps p_raise​(java.lang.Integer width,
                             java.lang.Integer height)
        Add option +raise to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • randomThreshold

        public GMOps randomThreshold()
        Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • randomThreshold

        public GMOps randomThreshold​(java.lang.String channelType)
        Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • randomThreshold

        public GMOps randomThreshold​(java.lang.String channelType,
                                     java.lang.Double low)
        Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • randomThreshold

        public GMOps randomThreshold​(java.lang.String channelType,
                                     java.lang.Double low,
                                     java.lang.Double high)
        Add option -random-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • redPrimary

        public GMOps redPrimary()
        Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • redPrimary

        public GMOps redPrimary​(java.lang.Double x)
        Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • redPrimary

        public GMOps redPrimary​(java.lang.Double x,
                                java.lang.Double y)
        Add option -red-primary to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • region

        public GMOps region()
        Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • region

        public GMOps region​(java.lang.Integer width)
        Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • region

        public GMOps region​(java.lang.Integer width,
                            java.lang.Integer height)
        Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • region

        public GMOps region​(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Integer x)
        Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • region

        public GMOps region​(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Integer x,
                            java.lang.Integer y)
        Add option -region to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_remap

        public GMOps p_remap()
        Add option +remap to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • render

        public GMOps render()
        Add option -render to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_render

        public GMOps p_render()
        Add option +render to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resample

        public GMOps resample()
        Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resample

        public GMOps resample​(java.lang.Integer horizontal)
        Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resample

        public GMOps resample​(java.lang.Integer horizontal,
                              java.lang.Integer vertical)
        Add option -resample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resize

        public GMOps resize()
        Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resize

        public GMOps resize​(java.lang.Integer width)
        Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resize

        public GMOps resize​(java.lang.Integer width,
                            java.lang.Integer height)
        Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • resize

        public GMOps resize​(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Character special)
        Add option -resize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • roll

        public GMOps roll()
        Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • roll

        public GMOps roll​(java.lang.Integer x)
        Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • roll

        public GMOps roll​(java.lang.Integer x,
                          java.lang.Integer y)
        Add option -roll to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • rotate

        public GMOps rotate()
        Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • rotate

        public GMOps rotate​(java.lang.Double degrees)
        Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • rotate

        public GMOps rotate​(java.lang.Double degrees,
                            java.lang.Character special)
        Add option -rotate to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sample

        public GMOps sample()
        Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sample

        public GMOps sample​(java.lang.Integer width)
        Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sample

        public GMOps sample​(java.lang.Integer width,
                            java.lang.Integer height)
        Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sample

        public GMOps sample​(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Integer xOffset)
        Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sample

        public GMOps sample​(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Integer xOffset,
                            java.lang.Integer yOffset)
        Add option -sample to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • samplingFactor

        public GMOps samplingFactor()
        Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • samplingFactor

        public GMOps samplingFactor​(java.lang.Double horizontalFactor)
        Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • samplingFactor

        public GMOps samplingFactor​(java.lang.Double horizontalFactor,
                                    java.lang.Double verticalFactor)
        Add option -sampling-factor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scale

        public GMOps scale()
        Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scale

        public GMOps scale​(java.lang.Integer width)
        Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scale

        public GMOps scale​(java.lang.Integer width,
                           java.lang.Integer height)
        Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scale

        public GMOps scale​(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer xOffset)
        Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scale

        public GMOps scale​(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer xOffset,
                           java.lang.Integer yOffset)
        Add option -scale to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scene

        public GMOps scene()
        Add option -scene to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • scene

        public GMOps scene​(java.lang.Integer value)
        Add option -scene to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • seed

        public GMOps seed()
        Add option -seed to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • segment

        public GMOps segment()
        Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • segment

        public GMOps segment​(java.lang.Integer clusterThreshold)
        Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • segment

        public GMOps segment​(java.lang.Integer clusterThreshold,
                             java.lang.Double smoothingThreshold)
        Add option -segment to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • set

        public GMOps set()
        Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • set

        public GMOps set​(java.lang.String attribute)
        Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • set

        public GMOps set​(java.lang.String attribute,
                         java.lang.String value)
        Add option -set to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shade

        public GMOps shade()
        Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shade

        public GMOps shade​(java.lang.Double azimuth)
        Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shade

        public GMOps shade​(java.lang.Double azimuth,
                           java.lang.Double elevation)
        Add option -shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_shade

        public GMOps p_shade()
        Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_shade

        public GMOps p_shade​(java.lang.Double azimuth)
        Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_shade

        public GMOps p_shade​(java.lang.Double azimuth,
                             java.lang.Double elevation)
        Add option +shade to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sharpen

        public GMOps sharpen()
        Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sharpen

        public GMOps sharpen​(java.lang.Double radius)
        Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • sharpen

        public GMOps sharpen​(java.lang.Double radius,
                             java.lang.Double sigma)
        Add option -sharpen to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shave

        public GMOps shave()
        Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shave

        public GMOps shave​(java.lang.Integer width)
        Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shave

        public GMOps shave​(java.lang.Integer width,
                           java.lang.Integer height)
        Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shave

        public GMOps shave​(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Boolean percent)
        Add option -shave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shear

        public GMOps shear()
        Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shear

        public GMOps shear​(java.lang.Double xDegrees)
        Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • shear

        public GMOps shear​(java.lang.Double xDegrees,
                           java.lang.Double yDegrees)
        Add option -shear to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • size

        public GMOps size()
        Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • size

        public GMOps size​(java.lang.Integer width)
        Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • size

        public GMOps size​(java.lang.Integer width,
                          java.lang.Integer height)
        Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • size

        public GMOps size​(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer offset)
        Add option -size to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • solarize

        public GMOps solarize()
        Add option -solarize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • solarize

        public GMOps solarize​(java.lang.Double threshold)
        Add option -solarize to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • spread

        public GMOps spread()
        Add option -spread to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • spread

        public GMOps spread​(java.lang.Integer amount)
        Add option -spread to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • stroke

        public GMOps stroke()
        Add option -stroke to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • stroke

        public GMOps stroke​(java.lang.String color)
        Add option -stroke to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • strokewidth

        public GMOps strokewidth()
        Add option -strokewidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • strokewidth

        public GMOps strokewidth​(java.lang.Integer value)
        Add option -strokewidth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • swirl

        public GMOps swirl()
        Add option -swirl to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • swirl

        public GMOps swirl​(java.lang.Double degrees)
        Add option -swirl to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • texture

        public GMOps texture()
        Add option -texture to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • texture

        public GMOps texture​(java.lang.String filename)
        Add option -texture to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • threshold

        public GMOps threshold()
        Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • threshold

        public GMOps threshold​(java.lang.Integer value)
        Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • threshold

        public GMOps threshold​(java.lang.Integer value,
                               java.lang.Boolean percent)
        Add option -threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • tile

        public GMOps tile()
        Add option -tile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • tile

        public GMOps tile​(java.lang.String filename)
        Add option -tile to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • transform

        public GMOps transform()
        Add option -transform to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • transparent

        public GMOps transparent()
        Add option -transparent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • transparent

        public GMOps transparent​(java.lang.String color)
        Add option -transparent to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • treedepth

        public GMOps treedepth()
        Add option -treedepth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • treedepth

        public GMOps treedepth​(java.lang.Integer value)
        Add option -treedepth to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • trim

        public GMOps trim()
        Add option -trim to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • type

        public GMOps type()
        Add option -type to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • type

        public GMOps type​(java.lang.String type)
        Add option -type to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • undercolor

        public GMOps undercolor()
        Add option -undercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • undercolor

        public GMOps undercolor​(java.lang.String color)
        Add option -undercolor to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • units

        public GMOps units()
        Add option -units to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • units

        public GMOps units​(java.lang.String type)
        Add option -units to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • unsharp

        public GMOps unsharp()
        Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • unsharp

        public GMOps unsharp​(java.lang.Double radius)
        Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • unsharp

        public GMOps unsharp​(java.lang.Double radius,
                             java.lang.Double sigma)
        Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • unsharp

        public GMOps unsharp​(java.lang.Double radius,
                             java.lang.Double sigma,
                             java.lang.Double amount)
        Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • unsharp

        public GMOps unsharp​(java.lang.Double radius,
                             java.lang.Double sigma,
                             java.lang.Double amount,
                             java.lang.Double threshold)
        Add option -unsharp to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • verbose

        public GMOps verbose()
        Add option -verbose to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • version

        public GMOps version()
        Add option -version to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • view

        public GMOps view()
        Add option -view to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • view

        public GMOps view​(java.lang.String text)
        Add option -view to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • virtualPixel

        public GMOps virtualPixel()
        Add option -virtual-pixel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • virtualPixel

        public GMOps virtualPixel​(java.lang.String method)
        Add option -virtual-pixel to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • wave

        public GMOps wave()
        Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • wave

        public GMOps wave​(java.lang.Double amplitude)
        Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • wave

        public GMOps wave​(java.lang.Double amplitude,
                          java.lang.Double wavelength)
        Add option -wave to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whitePoint

        public GMOps whitePoint()
        Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whitePoint

        public GMOps whitePoint​(java.lang.Double x)
        Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whitePoint

        public GMOps whitePoint​(java.lang.Double x,
                                java.lang.Double y)
        Add option -white-point to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whiteThreshold

        public GMOps whiteThreshold()
        Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whiteThreshold

        public GMOps whiteThreshold​(java.lang.Double threshold)
        Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • whiteThreshold

        public GMOps whiteThreshold​(java.lang.Double threshold,
                                    java.lang.Boolean percent)
        Add option -white-threshold to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • write

        public GMOps write()
        Add option -write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • write

        public GMOps write​(java.lang.String filename)
        Add option -write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_write

        public GMOps p_write()
        Add option +write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).
      • p_write

        public GMOps p_write​(java.lang.String filename)
        Add option +write to the GraphicsMagick commandline (see the documentation of GraphicsMagick for details).