The im4java Library, Version 1.4.0

org.im4java.core
Class IMOps

java.lang.Object
  extended by org.im4java.core.Operation
      extended by org.im4java.core.IMOps
Direct Known Subclasses:
IMOperation

public class IMOps
extends Operation

This class subclasses Operation and adds methods for all commandline options of ImageMagick.

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

Version:
$Revision: 1.14 $
Author:
$Author: bablokb $

Field Summary
 
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
 
Constructor Summary
protected IMOps()
          The protected Constructor.
 
Method Summary
 IMOps adaptiveBlur()
          Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveBlur(java.lang.Double radius)
          Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveBlur(java.lang.Double radius, java.lang.Double sigma)
          Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveResize()
          Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveResize(java.lang.Integer width)
          Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveResize(java.lang.Integer width, java.lang.Integer height)
          Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveResize(java.lang.Integer width, java.lang.Integer height, java.lang.Character special)
          Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveResize(java.lang.Integer width, java.lang.Integer height, java.lang.String special)
          Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveSharpen()
          Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveSharpen(java.lang.Double radius)
          Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adaptiveSharpen(java.lang.Double radius, java.lang.Double sigma)
          Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps adjoin()
          Add option -adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps affine()
          Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps affine(java.lang.Double sx)
          Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps affine(java.lang.Double sx, java.lang.Double rx)
          Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps affine(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry)
          Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps affine(java.lang.Double sx, java.lang.Double rx, java.lang.Double ry, java.lang.Double sy)
          Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps alpha()
          Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps alpha(java.lang.String type)
          Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate()
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate(java.lang.Integer xr)
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate(java.lang.Integer xr, java.lang.Integer yr)
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate(java.lang.Integer xr, java.lang.Integer yr, java.lang.Integer x)
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate(java.lang.Integer xr, java.lang.Integer yr, java.lang.Integer x, java.lang.Integer y)
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps annotate(java.lang.Integer xr, java.lang.Integer yr, java.lang.Integer x, java.lang.Integer y, java.lang.String text)
          Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps antialias()
          Add option -antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps append()
          Add option -append to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps attenuate()
          Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps attenuate(java.lang.Double value)
          Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps authenticate()
          Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps authenticate(java.lang.String password)
          Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps autoGamma()
          Add option -auto-gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps autoLevel()
          Add option -auto-level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps autoOrient()
          Add option -auto-orient to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps average()
          Add option -average to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps backdrop()
          Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps backdrop(java.lang.String color)
          Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps background()
          Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps background(java.lang.String color)
          Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bench()
          Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bench(java.lang.Integer iterations)
          Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bias()
          Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bias(java.lang.Integer value)
          Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bias(java.lang.Integer value, java.lang.Boolean percent)
          Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blackPointCompensation()
          Add option -black-point-compensation to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blackThreshold()
          Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blackThreshold(java.lang.Double threshold)
          Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blackThreshold(java.lang.Double threshold, java.lang.Boolean percent)
          Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blend()
          Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blend(java.lang.Integer srcPercent)
          Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blend(java.lang.Integer srcPercent, java.lang.Integer dstPercent)
          Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bluePrimary()
          Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bluePrimary(java.lang.Double x)
          Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bluePrimary(java.lang.Double x, java.lang.Double y)
          Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blueShift()
          Add option -blue-shift to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blueShift(java.lang.Double factor)
          Add option -blue-shift to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blur()
          Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blur(java.lang.Double radius)
          Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps blur(java.lang.Double radius, java.lang.Double sigma)
          Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps border()
          Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps border(java.lang.Integer width)
          Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps border(java.lang.Integer width, java.lang.Integer height)
          Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bordercolor()
          Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps bordercolor(java.lang.String color)
          Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps borderwidth()
          Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps borderwidth(java.lang.Integer width)
          Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps borderwidth(java.lang.Integer width, java.lang.Integer height)
          Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps borderwidth(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps borderwidth(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps brightnessContrast()
          Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps brightnessContrast(java.lang.Double brightness)
          Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps brightnessContrast(java.lang.Double brightness, java.lang.Double contrast)
          Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps brightnessContrast(java.lang.Double brightness, java.lang.Double contrast, java.lang.Boolean percent)
          Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cache()
          Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cache(java.lang.Double threshold)
          Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps caption()
          Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps caption(java.lang.String text)
          Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cdl()
          Add option -cdl to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cdl(java.lang.String filename)
          Add option -cdl to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps channel()
          Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps channel(java.lang.String type)
          Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps charcoal()
          Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps charcoal(java.lang.Integer factor)
          Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps chop()
          Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps chop(java.lang.Integer width)
          Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps chop(java.lang.Integer width, java.lang.Integer height)
          Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps chop(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps chop(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clamp()
          Add option -clamp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clip()
          Add option -clip to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clipMask()
          Add option -clip-mask to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clipPath()
          Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clipPath(java.lang.String id)
          Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clone()
          Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clone(java.lang.Integer index1)
          Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clone(java.lang.Integer index1, java.lang.Integer index2)
          Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clone(java.lang.Integer index1, java.lang.Integer index2, java.lang.Integer index3)
          Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clone(java.lang.String indexes)
          Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps clut()
          Add option -clut to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps coalesce()
          Add option -coalesce to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorize()
          Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorize(java.lang.Integer red)
          Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorize(java.lang.Integer red, java.lang.Integer blue)
          Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorize(java.lang.Integer red, java.lang.Integer blue, java.lang.Integer green)
          Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colormap()
          Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colormap(java.lang.String type)
          Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorMatrix()
          Add option -color-matrix to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorMatrix(java.lang.String matrix)
          Add option -color-matrix to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colors()
          Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colors(java.lang.Integer value)
          Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorspace()
          Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps colorspace(java.lang.String value)
          Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps combine()
          Add option -combine to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps comment()
          Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps comment(java.lang.String text)
          Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps compose()
          Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps compose(java.lang.String operator)
          Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps composite()
          Add option -composite to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps compress()
          Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps compress(java.lang.String type)
          Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps contrast()
          Add option -contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps contrastStretch()
          Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps contrastStretch(java.lang.Integer blackPoint)
          Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps contrastStretch(java.lang.Integer blackPoint, java.lang.Integer whitePoint)
          Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps contrastStretch(java.lang.Integer blackPoint, java.lang.Integer whitePoint, java.lang.Boolean percent)
          Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps convolve()
          Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps convolve(java.lang.Integer k1)
          Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps convolve(java.lang.Integer k1, java.lang.Integer k2)
          Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps convolve(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3)
          Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps convolve(java.lang.Integer k1, java.lang.Integer k2, java.lang.Integer k3, java.lang.Integer k4)
          Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop()
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop(java.lang.Integer width)
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop(java.lang.Integer width, java.lang.Integer height)
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps crop(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.String special)
          Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cycle()
          Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps cycle(java.lang.Integer amount)
          Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps debug()
          Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps debug(java.lang.String events)
          Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps decipher()
          Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps decipher(java.lang.String filename)
          Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps deconstruct()
          Add option -deconstruct to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps define()
          Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps define(java.lang.String keyValue)
          Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delay()
          Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delay(java.lang.Integer ticks)
          Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delay(java.lang.Integer ticks, java.lang.Integer ticksPerSecond)
          Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delay(java.lang.Integer ticks, java.lang.Integer ticksPerSecond, java.lang.Character special)
          Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delete()
          Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delete(java.lang.Integer index1)
          Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delete(java.lang.Integer index1, java.lang.Integer index2)
          Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delete(java.lang.Integer index1, java.lang.Integer index2, java.lang.Integer index3)
          Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps delete(java.lang.String indexes)
          Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps density()
          Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps density(java.lang.Integer width)
          Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps density(java.lang.Integer width, java.lang.Integer height)
          Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps depth()
          Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps depth(java.lang.Integer value)
          Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps descend()
          Add option -descend to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps deskew()
          Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps deskew(java.lang.Double threshold)
          Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps despeckle()
          Add option -despeckle to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps direction()
          Add option -direction to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps direction(java.lang.String type)
          Add option -direction to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps displace()
          Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps displace(java.lang.Double horizontalScale)
          Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps displace(java.lang.Double horizontalScale, java.lang.Double verticalScale)
          Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps display()
          Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps display(java.lang.String host)
          Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps display(java.lang.String host, java.lang.Integer display)
          Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps display(java.lang.String host, java.lang.Integer display, java.lang.Integer screen)
          Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dispose()
          Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dispose(java.lang.String method)
          Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dissimilarityThreshold()
          Add option -dissimilarity-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dissimilarityThreshold(java.lang.Double value)
          Add option -dissimilarity-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dissolve()
          Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dissolve(java.lang.Integer percent)
          Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps distort()
          Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps distort(java.lang.String method)
          Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps distort(java.lang.String method, java.lang.String arguments)
          Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dither()
          Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps dither(java.lang.String method)
          Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps draw()
          Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps draw(java.lang.String string)
          Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps duplicate()
          Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps duplicate(java.lang.Integer count)
          Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps duplicate(java.lang.Integer count, java.lang.String indices)
          Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps edge()
          Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps edge(java.lang.Double radius)
          Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps emboss()
          Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps emboss(java.lang.Double radius)
          Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps encipher()
          Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps encipher(java.lang.String filename)
          Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps encoding()
          Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps encoding(java.lang.String type)
          Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps endian()
          Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps endian(java.lang.String type)
          Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps enhance()
          Add option -enhance to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps equalize()
          Add option -equalize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps evaluate()
          Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps evaluate(java.lang.String operator)
          Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps evaluate(java.lang.String operator, java.lang.String constant)
          Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps evaluateSequence()
          Add option -evaluate-sequence to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps evaluateSequence(java.lang.String operator)
          Add option -evaluate-sequence to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extent()
          Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extent(java.lang.Integer width)
          Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extent(java.lang.Integer width, java.lang.Integer height)
          Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extent(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extent(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extract()
          Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extract(java.lang.Integer width)
          Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extract(java.lang.Integer width, java.lang.Integer height)
          Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extract(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps extract(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps family()
          Add option -family to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps family(java.lang.String fontFamily)
          Add option -family to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps features()
          Add option -features to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps features(java.lang.String distance)
          Add option -features to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fft()
          Add option -fft to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fill()
          Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fill(java.lang.String color)
          Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps filter()
          Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps filter(java.lang.String type)
          Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps flatten()
          Add option -flatten to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps flip()
          Add option -flip to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps floodfill()
          Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps floodfill(java.lang.Integer x)
          Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps floodfill(java.lang.Integer x, java.lang.Integer y)
          Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps floodfill(java.lang.Integer x, java.lang.Integer y, java.lang.String color)
          Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps flop()
          Add option -flop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps font()
          Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps font(java.lang.String name)
          Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps foreground()
          Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps foreground(java.lang.String color)
          Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps format()
          Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps format(java.lang.String type)
          Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps frame()
          Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps frame(java.lang.Integer width)
          Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps frame(java.lang.Integer width, java.lang.Integer height)
          Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps frame(java.lang.Integer width, java.lang.Integer height, java.lang.Integer outerBevelWidth)
          Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps frame(java.lang.Integer width, java.lang.Integer height, java.lang.Integer outerBevelWidth, java.lang.Integer innerBevelWidth)
          Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps function()
          Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps function(java.lang.String name)
          Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps function(java.lang.String name, java.lang.String parameter)
          Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fuzz()
          Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fuzz(java.lang.Double distance)
          Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fuzz(java.lang.Double distance, java.lang.Boolean percent)
          Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fx()
          Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps fx(java.lang.String expression)
          Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gamma()
          Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gamma(java.lang.Double value)
          Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gaussianBlur()
          Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gaussianBlur(java.lang.Double radius)
          Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gaussianBlur(java.lang.Double radius, java.lang.Double sigma)
          Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps geometry()
          Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps geometry(java.lang.Integer width)
          Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps geometry(java.lang.Integer width, java.lang.Integer height)
          Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps geometry(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps geometry(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gravity()
          Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps gravity(java.lang.String type)
          Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps greenPrimary()
          Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps greenPrimary(java.lang.Double x)
          Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps greenPrimary(java.lang.Double x, java.lang.Double y)
          Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps haldClut()
          Add option -hald-clut to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps help()
          Add option -help to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps highlightColor()
          Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps highlightColor(java.lang.String color)
          Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconGeometry()
          Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconGeometry(java.lang.Integer width)
          Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconGeometry(java.lang.Integer width, java.lang.Integer height)
          Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconGeometry(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconGeometry(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps iconic()
          Add option -iconic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps identify()
          Add option -identify to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps ift()
          Add option -ift to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps immutable()
          Add option -immutable to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps implode()
          Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps implode(java.lang.Double factor)
          Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps insert()
          Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps insert(java.lang.Integer index)
          Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps intent()
          Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps intent(java.lang.String type)
          Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interlace()
          Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interlace(java.lang.String type)
          Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interlineSpacing()
          Add option -interline-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interlineSpacing(java.lang.Double value)
          Add option -interline-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interpolate()
          Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interpolate(java.lang.String type)
          Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interwordSpacing()
          Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps interwordSpacing(java.lang.Double value)
          Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps kerning()
          Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps kerning(java.lang.Integer value)
          Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps label()
          Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps label(java.lang.String name)
          Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lat()
          Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lat(java.lang.Integer width)
          Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lat(java.lang.Integer width, java.lang.Integer height)
          Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lat(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset)
          Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lat(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset, java.lang.Boolean percent)
          Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps layers()
          Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps layers(java.lang.String method)
          Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps level()
          Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps level(java.lang.Double black_point)
          Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps level(java.lang.Double black_point, java.lang.Double white_point)
          Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps level(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent)
          Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps level(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent, java.lang.Double gamma)
          Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps levelColors()
          Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps levelColors(java.lang.String black_color)
          Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps levelColors(java.lang.String black_color, java.lang.String white_color)
          Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps limit()
          Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps limit(java.lang.String type)
          Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps linearStretch()
          Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps linearStretch(java.lang.Double blackPoint)
          Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps linearStretch(java.lang.Double blackPoint, java.lang.Double whitePoint)
          Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps linearStretch(java.lang.Double blackPoint, java.lang.Double whitePoint, java.lang.Boolean percent)
          Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps linewidth()
          Add option -linewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps liquidRescale()
          Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps liquidRescale(java.lang.Integer width)
          Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps liquidRescale(java.lang.Integer width, java.lang.Integer height)
          Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps liquidRescale(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps liquidRescale(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps list()
          Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps list(java.lang.String type)
          Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps log()
          Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps log(java.lang.String text)
          Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps loop()
          Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps loop(java.lang.Integer iterations)
          Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lowlightColor()
          Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps lowlightColor(java.lang.String color)
          Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps magnify()
          Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps magnify(java.lang.Double factor)
          Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps map()
          Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps map(java.lang.String components)
          Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mask()
          Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mask(java.lang.String filename)
          Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mattecolor()
          Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mattecolor(java.lang.String color)
          Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps median()
          Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps median(java.lang.Double radius)
          Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps metric()
          Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps metric(java.lang.String type)
          Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mode()
          Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mode(java.lang.String value)
          Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps modulate()
          Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps modulate(java.lang.Double brightness)
          Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps modulate(java.lang.Double brightness, java.lang.Double saturation)
          Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps modulate(java.lang.Double brightness, java.lang.Double saturation, java.lang.Double hue)
          Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps monitor()
          Add option -monitor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps monochrome()
          Add option -monochrome to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps morph()
          Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps morph(java.lang.Integer frames)
          Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps morphology()
          Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps morphology(java.lang.String method)
          Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps morphology(java.lang.String method, java.lang.String kernel)
          Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps mosaic()
          Add option -mosaic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps motionBlur()
          Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps motionBlur(java.lang.Double radius)
          Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps motionBlur(java.lang.Double radius, java.lang.Double sigma)
          Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps motionBlur(java.lang.Double radius, java.lang.Double sigma, java.lang.Double angle)
          Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps name()
          Add option -name to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps negate()
          Add option -negate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps noise()
          Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps noise(java.lang.Double radius)
          Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps normalize()
          Add option -normalize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps opaque()
          Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps opaque(java.lang.String color)
          Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps orderedDither()
          Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps orderedDither(java.lang.String threshold_map)
          Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps orderedDither(java.lang.String threshold_map, java.lang.String level)
          Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps orient()
          Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps orient(java.lang.String imageOrientation)
          Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_adjoin()
          Add option +adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_antialias()
          Add option +antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_append()
          Add option +append to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_channel()
          Add option +channel to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_clipPath()
          Add option +clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_clipPath(java.lang.String id)
          Add option +clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_clone()
          Add option +clone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_compress()
          Add option +compress to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_contrast()
          Add option +contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_debug()
          Add option +debug to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_define()
          Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_define(java.lang.String key)
          Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_delete()
          Add option +delete to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_dispose()
          Add option +dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_distort()
          Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_distort(java.lang.String method)
          Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_distort(java.lang.String method, java.lang.String arguments)
          Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_dither()
          Add option +dither to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_duplicate()
          Add option +duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_endian()
          Add option +endian to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_gamma()
          Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_gamma(java.lang.Double value)
          Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_label()
          Add option +label to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_level()
          Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_level(java.lang.Double black_point)
          Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_level(java.lang.Double black_point, java.lang.Double white_point)
          Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_level(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent)
          Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_level(java.lang.Double black_point, java.lang.Double white_point, java.lang.Boolean percent, java.lang.Double gamma)
          Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_levelColors()
          Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_levelColors(java.lang.String black_color)
          Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_levelColors(java.lang.String black_color, java.lang.String white_color)
          Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_map()
          Add option +map to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_mask()
          Add option +mask to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_negate()
          Add option +negate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_noise()
          Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_noise(java.lang.String type)
          Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_opaque()
          Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_opaque(java.lang.String color)
          Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_page()
          Add option +page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_polaroid()
          Add option +polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_profile()
          Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_profile(java.lang.String profileName)
          Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_raise()
          Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_raise(java.lang.Integer width)
          Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_raise(java.lang.Integer width, java.lang.Integer height)
          Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_remap()
          Add option +remap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_render()
          Add option +render to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_repage()
          Add option +repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_shade()
          Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_shade(java.lang.Double azimuth)
          Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_shade(java.lang.Double azimuth, java.lang.Double elevation)
          Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_sigmoidalContrast()
          Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_sigmoidalContrast(java.lang.Double contrast)
          Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_sigmoidalContrast(java.lang.Double contrast, java.lang.Double midPoint)
          Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_swap()
          Add option +swap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_write()
          Add option +write to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps p_write(java.lang.String filename)
          Add option +write to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page()
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page(java.lang.Integer width)
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page(java.lang.Integer width, java.lang.Integer height)
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps page(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.String special)
          Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps paint()
          Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps paint(java.lang.Double radius)
          Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps passphrase()
          Add option -passphrase to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps passphrase(java.lang.String filename)
          Add option -passphrase to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps path()
          Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps path(java.lang.String path)
          Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps pause()
          Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps pause(java.lang.Integer seconds)
          Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps perceptible()
          Add option -perceptible to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps perceptible(java.lang.Double epsilon)
          Add option -perceptible to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps ping()
          Add option -ping to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps pointsize()
          Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps pointsize(java.lang.Integer value)
          Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps polaroid()
          Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps polaroid(java.lang.Double angle)
          Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps poly()
          Add option -poly to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps poly(java.lang.String args)
          Add option -poly to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps posterize()
          Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps posterize(java.lang.Integer levels)
          Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps precision()
          Add option -precision to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps precision(java.lang.Integer digits)
          Add option -precision to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps preview()
          Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps preview(java.lang.String type)
          Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps print()
          Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps print(java.lang.String text)
          Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps process()
          Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps process(java.lang.String command)
          Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps profile()
          Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps profile(java.lang.String filename)
          Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps quality()
          Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps quality(java.lang.Double value)
          Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps quantize()
          Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps quantize(java.lang.String colorspace)
          Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps quiet()
          Add option -quiet to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps radialBlur()
          Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps radialBlur(java.lang.Double angle)
          Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps raise()
          Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps raise(java.lang.Integer width)
          Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps raise(java.lang.Integer width, java.lang.Integer height)
          Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps randomThreshold()
          Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps randomThreshold(java.lang.Double low)
          Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps randomThreshold(java.lang.Double low, java.lang.Double high)
          Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps randomThreshold(java.lang.Double low, java.lang.Double high, java.lang.Boolean percent)
          Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps recolor()
          Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps recolor(java.lang.String matrix)
          Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps redPrimary()
          Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps redPrimary(java.lang.Double x)
          Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps redPrimary(java.lang.Double x, java.lang.Double y)
          Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps regardWarnings()
          Add option -regard-warnings to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps region()
          Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps region(java.lang.Integer width)
          Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps region(java.lang.Integer width, java.lang.Integer height)
          Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps region(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps region(java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps remap()
          Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps remap(java.lang.String filename)
          Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps remote()
          Add option -remote to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps render()
          Add option -render to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps repage()
          Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps repage(java.lang.Integer width)
          Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps repage(java.lang.Integer width, java.lang.Integer height)
          Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps repage(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps repage(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resample()
          Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resample(java.lang.Integer horizontal)
          Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resample(java.lang.Integer horizontal, java.lang.Integer vertical)
          Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resize()
          Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resize(java.lang.Integer width)
          Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resize(java.lang.Integer width, java.lang.Integer height)
          Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resize(java.lang.Integer width, java.lang.Integer height, java.lang.Character special)
          Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps resize(java.lang.Integer width, java.lang.Integer height, java.lang.String special)
          Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps respectParentheses()
          Add option -respect-parentheses to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps respectParenthesis()
          Add option -respect-parenthesis to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps reverse()
          Add option -reverse to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps roll()
          Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps roll(java.lang.Integer x)
          Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps roll(java.lang.Integer x, java.lang.Integer y)
          Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps rotate()
          Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps rotate(java.lang.Double degrees)
          Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps rotate(java.lang.Double degrees, java.lang.Character special)
          Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sample()
          Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sample(java.lang.Integer width)
          Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sample(java.lang.Integer width, java.lang.Integer height)
          Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sample(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sample(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps samplingFactor()
          Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps samplingFactor(java.lang.Double horizontalFactor)
          Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps samplingFactor(java.lang.Double horizontalFactor, java.lang.Double verticalFactor)
          Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scale()
          Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scale(java.lang.Integer width)
          Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scale(java.lang.Integer width, java.lang.Integer height)
          Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scale(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scale(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scene()
          Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps scene(java.lang.Integer value)
          Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps screen()
          Add option -screen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps seed()
          Add option -seed to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps segment()
          Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps segment(java.lang.Integer clusterThreshold)
          Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps segment(java.lang.Integer clusterThreshold, java.lang.Double smoothingThreshold)
          Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps selectiveBlur()
          Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps selectiveBlur(java.lang.Double radius)
          Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps selectiveBlur(java.lang.Double radius, java.lang.Double sigma)
          Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps selectiveBlur(java.lang.Double radius, java.lang.Double sigma, java.lang.Double threshold)
          Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps separate()
          Add option -separate to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sepiaTone()
          Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sepiaTone(java.lang.Double threshold)
          Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps set()
          Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps set(java.lang.String attribute)
          Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps set(java.lang.String attribute, java.lang.String value)
          Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shade()
          Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shade(java.lang.Double azimuth)
          Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shade(java.lang.Double azimuth, java.lang.Double elevation)
          Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow()
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow(java.lang.Integer percentOpacity)
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow(java.lang.Integer percentOpacity, java.lang.Double sigma)
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow(java.lang.Integer percentOpacity, java.lang.Double sigma, java.lang.Integer x)
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow(java.lang.Integer percentOpacity, java.lang.Double sigma, java.lang.Integer x, java.lang.Integer y)
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shadow(java.lang.Integer percentOpacity, java.lang.Double sigma, java.lang.Integer x, java.lang.Integer y, java.lang.Boolean percent)
          Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sharedMemory()
          Add option -shared-memory to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sharpen()
          Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sharpen(java.lang.Double radius)
          Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sharpen(java.lang.Double radius, java.lang.Double sigma)
          Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shave()
          Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shave(java.lang.Integer width)
          Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shave(java.lang.Integer width, java.lang.Integer height)
          Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shave(java.lang.Integer width, java.lang.Integer height, java.lang.Boolean percent)
          Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shear()
          Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shear(java.lang.Double xDegrees)
          Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps shear(java.lang.Double xDegrees, java.lang.Double yDegrees)
          Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sigmoidalContrast()
          Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sigmoidalContrast(java.lang.Double contrast)
          Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sigmoidalContrast(java.lang.Double contrast, java.lang.Double midPoint)
          Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps silent()
          Add option -silent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps size()
          Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps size(java.lang.Integer width)
          Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps size(java.lang.Integer width, java.lang.Integer height)
          Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps size(java.lang.Integer width, java.lang.Integer height, java.lang.Integer offset)
          Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sketch()
          Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sketch(java.lang.Double radius)
          Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sketch(java.lang.Double radius, java.lang.Double sigma)
          Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sketch(java.lang.Double radius, java.lang.Double sigma, java.lang.Double angle)
          Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps smush()
          Add option -smush to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps smush(java.lang.Integer offset)
          Add option -smush to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps snaps()
          Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps snaps(java.lang.Integer value)
          Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps solarize()
          Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps solarize(java.lang.Double threshold)
          Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sparseColor()
          Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sparseColor(java.lang.String method)
          Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps sparseColor(java.lang.String method, java.lang.String cinfo)
          Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice()
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice(java.lang.Double width)
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice(java.lang.Double width, java.lang.Double height)
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice(java.lang.Double width, java.lang.Double height, java.lang.Double x)
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice(java.lang.Double width, java.lang.Double height, java.lang.Double x, java.lang.Double y)
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps splice(java.lang.Double width, java.lang.Double height, java.lang.Double x, java.lang.Double y, java.lang.Boolean percent)
          Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps spread()
          Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps spread(java.lang.Integer amount)
          Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic()
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type, java.lang.Integer width)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type, java.lang.Integer width, java.lang.Integer height)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type, java.lang.Integer width, java.lang.Integer height, java.lang.Integer x)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type, java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps statistic(java.lang.String type, java.lang.Integer width, java.lang.Integer height, java.lang.Integer x, java.lang.Integer y, java.lang.String special)
          Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stegano()
          Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stegano(java.lang.Integer offset)
          Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stereo()
          Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stereo(java.lang.Integer x)
          Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stereo(java.lang.Integer x, java.lang.Integer y)
          Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps storageType()
          Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps storageType(java.lang.String type)
          Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stretch()
          Add option -stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stretch(java.lang.String fontStretchType)
          Add option -stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps strip()
          Add option -strip to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stroke()
          Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps stroke(java.lang.String color)
          Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps strokewidth()
          Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps strokewidth(java.lang.Integer value)
          Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps style()
          Add option -style to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps style(java.lang.String fontStyle)
          Add option -style to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps subimageSearch()
          Add option -subimage-search to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps swap()
          Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps swap(java.lang.Integer pos1)
          Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps swap(java.lang.Integer pos1, java.lang.Integer pos2)
          Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps swirl()
          Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps swirl(java.lang.Double degrees)
          Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps synchronize()
          Add option -synchronize to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps taint()
          Add option -taint to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps textFont()
          Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps textFont(java.lang.String name)
          Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps texture()
          Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps texture(java.lang.String filename)
          Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold()
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold(java.lang.Integer red)
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold(java.lang.Integer red, java.lang.Integer green)
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold(java.lang.Integer red, java.lang.Integer green, java.lang.Integer blue)
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold(java.lang.Integer red, java.lang.Integer green, java.lang.Integer blue, java.lang.Integer opacity)
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps threshold(java.lang.Integer red, java.lang.Integer green, java.lang.Integer blue, java.lang.Integer opacity, java.lang.Boolean percent)
          Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps thumbnail()
          Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps thumbnail(java.lang.Integer width)
          Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps thumbnail(java.lang.Integer width, java.lang.Integer height)
          Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps thumbnail(java.lang.Integer width, java.lang.Integer height, java.lang.Character special)
          Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps thumbnail(java.lang.Integer width, java.lang.Integer height, java.lang.String special)
          Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile()
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile(java.lang.Integer width)
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile(java.lang.Integer width, java.lang.Integer height)
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset)
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile(java.lang.Integer width, java.lang.Integer height, java.lang.Integer xOffset, java.lang.Integer yOffset)
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tile(java.lang.String filename)
          Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tileOffset()
          Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tileOffset(java.lang.Integer x)
          Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tileOffset(java.lang.Integer x, java.lang.Integer y)
          Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tint()
          Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps tint(java.lang.Double value)
          Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps title()
          Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps title(java.lang.String text)
          Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transform()
          Add option -transform to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transparent()
          Add option -transparent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transparent(java.lang.String color)
          Add option -transparent to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transparentColor()
          Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transparentColor(java.lang.String color)
          Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transpose()
          Add option -transpose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps transverse()
          Add option -transverse to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps treedepth()
          Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps treedepth(java.lang.Integer value)
          Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps trim()
          Add option -trim to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps type()
          Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps type(java.lang.String type)
          Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps undercolor()
          Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps undercolor(java.lang.String color)
          Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps uniqueColors()
          Add option -unique-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps units()
          Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps units(java.lang.String type)
          Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps unsharp()
          Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps unsharp(java.lang.Double radius)
          Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps unsharp(java.lang.Double radius, java.lang.Double sigma)
          Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps unsharp(java.lang.Double radius, java.lang.Double sigma, java.lang.Double amount)
          Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps unsharp(java.lang.Double radius, java.lang.Double sigma, java.lang.Double amount, java.lang.Double threshold)
          Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps update()
          Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps update(java.lang.Integer seconds)
          Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps verbose()
          Add option -verbose to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps version()
          Add option -version to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps view()
          Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps view(java.lang.String text)
          Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette()
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette(java.lang.Double radius)
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette(java.lang.Double radius, java.lang.Double sigma)
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette(java.lang.Double radius, java.lang.Double sigma, java.lang.Double x)
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette(java.lang.Double radius, java.lang.Double sigma, java.lang.Double x, java.lang.Double y)
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps vignette(java.lang.Double radius, java.lang.Double sigma, java.lang.Double x, java.lang.Double y, java.lang.Boolean percent)
          Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps virtualPixel()
          Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps virtualPixel(java.lang.String method)
          Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps visual()
          Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps visual(java.lang.String type)
          Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps watermark()
          Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps watermark(java.lang.Double brightness)
          Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps wave()
          Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps wave(java.lang.Double amplitude)
          Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps wave(java.lang.Double amplitude, java.lang.Double wavelength)
          Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps weight()
          Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps weight(java.lang.Integer fontWeight)
          Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps weight(java.lang.String fontWeight)
          Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whitePoint()
          Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whitePoint(java.lang.Double x)
          Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whitePoint(java.lang.Double x, java.lang.Double y)
          Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whiteThreshold()
          Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whiteThreshold(java.lang.Double threshold)
          Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps whiteThreshold(java.lang.Double threshold, java.lang.Boolean percent)
          Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps window()
          Add option -window to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps window(java.lang.String id)
          Add option -window to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps windowGroup()
          Add option -window-group to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps write()
          Add option -write to the ImageMagick commandline (see the documentation of ImageMagick for details).
 IMOps write(java.lang.String filename)
          Add option -write to the ImageMagick commandline (see the documentation of ImageMagick for details).
 
Methods inherited from class org.im4java.core.Operation
addDynamicOperation, addImage, addImage, addImage, addOperation, addRawArgs, addRawArgs, cloneObject, getCmdArgs, getDynamicOperations, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMOps

protected IMOps()
The protected Constructor. You should only use subclasses of IMOps.

Method Detail

adaptiveBlur

public IMOps adaptiveBlur()
Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveBlur

public IMOps adaptiveBlur(java.lang.Double radius)
Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveBlur

public IMOps adaptiveBlur(java.lang.Double radius,
                          java.lang.Double sigma)
Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveResize

public IMOps adaptiveResize()
Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveResize

public IMOps adaptiveResize(java.lang.Integer width)
Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveResize

public IMOps adaptiveResize(java.lang.Integer width,
                            java.lang.Integer height)
Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveResize

public IMOps adaptiveResize(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.Character special)
Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveResize

public IMOps adaptiveResize(java.lang.Integer width,
                            java.lang.Integer height,
                            java.lang.String special)
Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveSharpen

public IMOps adaptiveSharpen()
Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveSharpen

public IMOps adaptiveSharpen(java.lang.Double radius)
Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


adaptiveSharpen

public IMOps adaptiveSharpen(java.lang.Double radius,
                             java.lang.Double sigma)
Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


adjoin

public IMOps adjoin()
Add option -adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_adjoin

public IMOps p_adjoin()
Add option +adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).


affine

public IMOps affine()
Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).


affine

public IMOps affine(java.lang.Double sx)
Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).


affine

public IMOps affine(java.lang.Double sx,
                    java.lang.Double rx)
Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).


affine

public IMOps affine(java.lang.Double sx,
                    java.lang.Double rx,
                    java.lang.Double ry)
Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).


affine

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


affine

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


affine

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


alpha

public IMOps alpha()
Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).


alpha

public IMOps alpha(java.lang.String type)
Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate()
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate(java.lang.Integer xr)
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate(java.lang.Integer xr,
                      java.lang.Integer yr)
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate(java.lang.Integer xr,
                      java.lang.Integer yr,
                      java.lang.Integer x)
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate(java.lang.Integer xr,
                      java.lang.Integer yr,
                      java.lang.Integer x,
                      java.lang.Integer y)
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


annotate

public IMOps annotate(java.lang.Integer xr,
                      java.lang.Integer yr,
                      java.lang.Integer x,
                      java.lang.Integer y,
                      java.lang.String text)
Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


antialias

public IMOps antialias()
Add option -antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_antialias

public IMOps p_antialias()
Add option +antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).


append

public IMOps append()
Add option -append to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_append

public IMOps p_append()
Add option +append to the ImageMagick commandline (see the documentation of ImageMagick for details).


attenuate

public IMOps attenuate()
Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).


attenuate

public IMOps attenuate(java.lang.Double value)
Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).


authenticate

public IMOps authenticate()
Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).


authenticate

public IMOps authenticate(java.lang.String password)
Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).


autoGamma

public IMOps autoGamma()
Add option -auto-gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).


autoLevel

public IMOps autoLevel()
Add option -auto-level to the ImageMagick commandline (see the documentation of ImageMagick for details).


autoOrient

public IMOps autoOrient()
Add option -auto-orient to the ImageMagick commandline (see the documentation of ImageMagick for details).


average

public IMOps average()
Add option -average to the ImageMagick commandline (see the documentation of ImageMagick for details).


backdrop

public IMOps backdrop()
Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).


backdrop

public IMOps backdrop(java.lang.String color)
Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).


background

public IMOps background()
Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).


background

public IMOps background(java.lang.String color)
Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).


bench

public IMOps bench()
Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).


bench

public IMOps bench(java.lang.Integer iterations)
Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).


blend

public IMOps blend()
Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).


blend

public IMOps blend(java.lang.Integer srcPercent)
Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).


blend

public IMOps blend(java.lang.Integer srcPercent,
                   java.lang.Integer dstPercent)
Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).


bias

public IMOps bias()
Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).


bias

public IMOps bias(java.lang.Integer value)
Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).


bias

public IMOps bias(java.lang.Integer value,
                  java.lang.Boolean percent)
Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).


blackPointCompensation

public IMOps blackPointCompensation()
Add option -black-point-compensation to the ImageMagick commandline (see the documentation of ImageMagick for details).


blackThreshold

public IMOps blackThreshold()
Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


blackThreshold

public IMOps blackThreshold(java.lang.Double threshold)
Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


blackThreshold

public IMOps blackThreshold(java.lang.Double threshold,
                            java.lang.Boolean percent)
Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


bluePrimary

public IMOps bluePrimary()
Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


bluePrimary

public IMOps bluePrimary(java.lang.Double x)
Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


bluePrimary

public IMOps bluePrimary(java.lang.Double x,
                         java.lang.Double y)
Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


blueShift

public IMOps blueShift()
Add option -blue-shift to the ImageMagick commandline (see the documentation of ImageMagick for details).


blueShift

public IMOps blueShift(java.lang.Double factor)
Add option -blue-shift to the ImageMagick commandline (see the documentation of ImageMagick for details).


blur

public IMOps blur()
Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


blur

public IMOps blur(java.lang.Double radius)
Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


blur

public IMOps blur(java.lang.Double radius,
                  java.lang.Double sigma)
Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


bordercolor

public IMOps bordercolor()
Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


bordercolor

public IMOps bordercolor(java.lang.String color)
Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


border

public IMOps border()
Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).


border

public IMOps border(java.lang.Integer width)
Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).


border

public IMOps border(java.lang.Integer width,
                    java.lang.Integer height)
Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).


borderwidth

public IMOps borderwidth()
Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


borderwidth

public IMOps borderwidth(java.lang.Integer width)
Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


borderwidth

public IMOps borderwidth(java.lang.Integer width,
                         java.lang.Integer height)
Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


borderwidth

public IMOps borderwidth(java.lang.Integer width,
                         java.lang.Integer height,
                         java.lang.Integer xOffset)
Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


borderwidth

public IMOps borderwidth(java.lang.Integer width,
                         java.lang.Integer height,
                         java.lang.Integer xOffset,
                         java.lang.Integer yOffset)
Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


brightnessContrast

public IMOps brightnessContrast()
Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


brightnessContrast

public IMOps brightnessContrast(java.lang.Double brightness)
Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


brightnessContrast

public IMOps brightnessContrast(java.lang.Double brightness,
                                java.lang.Double contrast)
Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


brightnessContrast

public IMOps brightnessContrast(java.lang.Double brightness,
                                java.lang.Double contrast,
                                java.lang.Boolean percent)
Add option -brightness-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


cache

public IMOps cache()
Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).


cache

public IMOps cache(java.lang.Double threshold)
Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).


caption

public IMOps caption()
Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).


caption

public IMOps caption(java.lang.String text)
Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).


cdl

public IMOps cdl()
Add option -cdl to the ImageMagick commandline (see the documentation of ImageMagick for details).


cdl

public IMOps cdl(java.lang.String filename)
Add option -cdl to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_channel

public IMOps p_channel()
Add option +channel to the ImageMagick commandline (see the documentation of ImageMagick for details).


channel

public IMOps channel()
Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).


channel

public IMOps channel(java.lang.String type)
Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).


charcoal

public IMOps charcoal()
Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).


charcoal

public IMOps charcoal(java.lang.Integer factor)
Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).


chop

public IMOps chop()
Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).


chop

public IMOps chop(java.lang.Integer width)
Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).


chop

public IMOps chop(java.lang.Integer width,
                  java.lang.Integer height)
Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).


chop

public IMOps chop(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer x)
Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).


chop

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


chop

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


clamp

public IMOps clamp()
Add option -clamp to the ImageMagick commandline (see the documentation of ImageMagick for details).


clip

public IMOps clip()
Add option -clip to the ImageMagick commandline (see the documentation of ImageMagick for details).


clipMask

public IMOps clipMask()
Add option -clip-mask to the ImageMagick commandline (see the documentation of ImageMagick for details).


clipPath

public IMOps clipPath()
Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).


clipPath

public IMOps clipPath(java.lang.String id)
Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_clipPath

public IMOps p_clipPath()
Add option +clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_clipPath

public IMOps p_clipPath(java.lang.String id)
Add option +clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_clone

public IMOps p_clone()
Add option +clone to the ImageMagick commandline (see the documentation of ImageMagick for details).


clone

public IMOps clone()
Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).

Overrides:
clone in class java.lang.Object

clone

public IMOps clone(java.lang.Integer index1)
Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).


clone

public IMOps clone(java.lang.Integer index1,
                   java.lang.Integer index2)
Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).


clone

public IMOps clone(java.lang.Integer index1,
                   java.lang.Integer index2,
                   java.lang.Integer index3)
Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).


clone

public IMOps clone(java.lang.String indexes)
Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).


clut

public IMOps clut()
Add option -clut to the ImageMagick commandline (see the documentation of ImageMagick for details).


coalesce

public IMOps coalesce()
Add option -coalesce to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorize

public IMOps colorize()
Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorize

public IMOps colorize(java.lang.Integer red)
Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorize

public IMOps colorize(java.lang.Integer red,
                      java.lang.Integer blue)
Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorize

public IMOps colorize(java.lang.Integer red,
                      java.lang.Integer blue,
                      java.lang.Integer green)
Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).


colormap

public IMOps colormap()
Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).


colormap

public IMOps colormap(java.lang.String type)
Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorMatrix

public IMOps colorMatrix()
Add option -color-matrix to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorMatrix

public IMOps colorMatrix(java.lang.String matrix)
Add option -color-matrix to the ImageMagick commandline (see the documentation of ImageMagick for details).


colors

public IMOps colors()
Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


colors

public IMOps colors(java.lang.Integer value)
Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorspace

public IMOps colorspace()
Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).


colorspace

public IMOps colorspace(java.lang.String value)
Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).


combine

public IMOps combine()
Add option -combine to the ImageMagick commandline (see the documentation of ImageMagick for details).


comment

public IMOps comment()
Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).


comment

public IMOps comment(java.lang.String text)
Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).


compose

public IMOps compose()
Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).


compose

public IMOps compose(java.lang.String operator)
Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).


composite

public IMOps composite()
Add option -composite to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_compress

public IMOps p_compress()
Add option +compress to the ImageMagick commandline (see the documentation of ImageMagick for details).


compress

public IMOps compress()
Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).


compress

public IMOps compress(java.lang.String type)
Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).


contrast

public IMOps contrast()
Add option -contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_contrast

public IMOps p_contrast()
Add option +contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


contrastStretch

public IMOps contrastStretch()
Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


contrastStretch

public IMOps contrastStretch(java.lang.Integer blackPoint)
Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


contrastStretch

public IMOps contrastStretch(java.lang.Integer blackPoint,
                             java.lang.Integer whitePoint)
Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


contrastStretch

public IMOps contrastStretch(java.lang.Integer blackPoint,
                             java.lang.Integer whitePoint,
                             java.lang.Boolean percent)
Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps convolve()
Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps convolve(java.lang.Integer k1)
Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps convolve(java.lang.Integer k1,
                      java.lang.Integer k2)
Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps convolve(java.lang.Integer k1,
                      java.lang.Integer k2,
                      java.lang.Integer k3)
Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

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


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


convolve

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


crop

public IMOps crop()
Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).


crop

public IMOps crop(java.lang.Integer width)
Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).


crop

public IMOps crop(java.lang.Integer width,
                  java.lang.Integer height)
Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).


crop

public IMOps crop(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer x)
Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).


crop

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


crop

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


crop

public IMOps crop(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer x,
                  java.lang.Integer y,
                  java.lang.String special)
Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).


cycle

public IMOps cycle()
Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).


cycle

public IMOps cycle(java.lang.Integer amount)
Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_debug

public IMOps p_debug()
Add option +debug to the ImageMagick commandline (see the documentation of ImageMagick for details).


debug

public IMOps debug()
Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).


debug

public IMOps debug(java.lang.String events)
Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).


decipher

public IMOps decipher()
Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).


decipher

public IMOps decipher(java.lang.String filename)
Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).


deconstruct

public IMOps deconstruct()
Add option -deconstruct to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_define

public IMOps p_define()
Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_define

public IMOps p_define(java.lang.String key)
Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).


define

public IMOps define()
Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).


define

public IMOps define(java.lang.String keyValue)
Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).


delay

public IMOps delay()
Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).


delay

public IMOps delay(java.lang.Integer ticks)
Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).


delay

public IMOps delay(java.lang.Integer ticks,
                   java.lang.Integer ticksPerSecond)
Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).


delay

public IMOps delay(java.lang.Integer ticks,
                   java.lang.Integer ticksPerSecond,
                   java.lang.Character special)
Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_delete

public IMOps p_delete()
Add option +delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


delete

public IMOps delete()
Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


delete

public IMOps delete(java.lang.Integer index1)
Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


delete

public IMOps delete(java.lang.Integer index1,
                    java.lang.Integer index2)
Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


delete

public IMOps delete(java.lang.Integer index1,
                    java.lang.Integer index2,
                    java.lang.Integer index3)
Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


delete

public IMOps delete(java.lang.String indexes)
Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).


density

public IMOps density()
Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).


density

public IMOps density(java.lang.Integer width)
Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).


density

public IMOps density(java.lang.Integer width,
                     java.lang.Integer height)
Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).


depth

public IMOps depth()
Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).


depth

public IMOps depth(java.lang.Integer value)
Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).


descend

public IMOps descend()
Add option -descend to the ImageMagick commandline (see the documentation of ImageMagick for details).


deskew

public IMOps deskew()
Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).


deskew

public IMOps deskew(java.lang.Double threshold)
Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).


despeckle

public IMOps despeckle()
Add option -despeckle to the ImageMagick commandline (see the documentation of ImageMagick for details).


direction

public IMOps direction()
Add option -direction to the ImageMagick commandline (see the documentation of ImageMagick for details).


direction

public IMOps direction(java.lang.String type)
Add option -direction to the ImageMagick commandline (see the documentation of ImageMagick for details).


displace

public IMOps displace()
Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).


displace

public IMOps displace(java.lang.Double horizontalScale)
Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).


displace

public IMOps displace(java.lang.Double horizontalScale,
                      java.lang.Double verticalScale)
Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).


display

public IMOps display()
Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).


display

public IMOps display(java.lang.String host)
Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).


display

public IMOps display(java.lang.String host,
                     java.lang.Integer display)
Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).


display

public IMOps display(java.lang.String host,
                     java.lang.Integer display,
                     java.lang.Integer screen)
Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_dispose

public IMOps p_dispose()
Add option +dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).


dispose

public IMOps dispose()
Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).


dispose

public IMOps dispose(java.lang.String method)
Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).


dissimilarityThreshold

public IMOps dissimilarityThreshold()
Add option -dissimilarity-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


dissimilarityThreshold

public IMOps dissimilarityThreshold(java.lang.Double value)
Add option -dissimilarity-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


dissolve

public IMOps dissolve()
Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


dissolve

public IMOps dissolve(java.lang.Integer percent)
Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).


distort

public IMOps distort()
Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


distort

public IMOps distort(java.lang.String method)
Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


distort

public IMOps distort(java.lang.String method,
                     java.lang.String arguments)
Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_distort

public IMOps p_distort()
Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_distort

public IMOps p_distort(java.lang.String method)
Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_distort

public IMOps p_distort(java.lang.String method,
                       java.lang.String arguments)
Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_dither

public IMOps p_dither()
Add option +dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


dither

public IMOps dither()
Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


dither

public IMOps dither(java.lang.String method)
Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


draw

public IMOps draw()
Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).


draw

public IMOps draw(java.lang.String string)
Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).


duplicate

public IMOps duplicate()
Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).


duplicate

public IMOps duplicate(java.lang.Integer count)
Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).


duplicate

public IMOps duplicate(java.lang.Integer count,
                       java.lang.String indices)
Add option -duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_duplicate

public IMOps p_duplicate()
Add option +duplicate to the ImageMagick commandline (see the documentation of ImageMagick for details).


edge

public IMOps edge()
Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).


edge

public IMOps edge(java.lang.Double radius)
Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).


emboss

public IMOps emboss()
Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).


emboss

public IMOps emboss(java.lang.Double radius)
Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).


encipher

public IMOps encipher()
Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).


encipher

public IMOps encipher(java.lang.String filename)
Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).


encoding

public IMOps encoding()
Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).


encoding

public IMOps encoding(java.lang.String type)
Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_endian

public IMOps p_endian()
Add option +endian to the ImageMagick commandline (see the documentation of ImageMagick for details).


endian

public IMOps endian()
Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).


endian

public IMOps endian(java.lang.String type)
Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).


enhance

public IMOps enhance()
Add option -enhance to the ImageMagick commandline (see the documentation of ImageMagick for details).


equalize

public IMOps equalize()
Add option -equalize to the ImageMagick commandline (see the documentation of ImageMagick for details).


evaluate

public IMOps evaluate()
Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).


evaluate

public IMOps evaluate(java.lang.String operator)
Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).


evaluate

public IMOps evaluate(java.lang.String operator,
                      java.lang.String constant)
Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).


evaluateSequence

public IMOps evaluateSequence()
Add option -evaluate-sequence to the ImageMagick commandline (see the documentation of ImageMagick for details).


evaluateSequence

public IMOps evaluateSequence(java.lang.String operator)
Add option -evaluate-sequence to the ImageMagick commandline (see the documentation of ImageMagick for details).


extent

public IMOps extent()
Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).


extent

public IMOps extent(java.lang.Integer width)
Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).


extent

public IMOps extent(java.lang.Integer width,
                    java.lang.Integer height)
Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).


extent

public IMOps extent(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset)
Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).


extent

public IMOps extent(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset,
                    java.lang.Integer yOffset)
Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).


extract

public IMOps extract()
Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).


extract

public IMOps extract(java.lang.Integer width)
Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).


extract

public IMOps extract(java.lang.Integer width,
                     java.lang.Integer height)
Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).


extract

public IMOps extract(java.lang.Integer width,
                     java.lang.Integer height,
                     java.lang.Integer xOffset)
Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).


extract

public IMOps extract(java.lang.Integer width,
                     java.lang.Integer height,
                     java.lang.Integer xOffset,
                     java.lang.Integer yOffset)
Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).


family

public IMOps family()
Add option -family to the ImageMagick commandline (see the documentation of ImageMagick for details).


family

public IMOps family(java.lang.String fontFamily)
Add option -family to the ImageMagick commandline (see the documentation of ImageMagick for details).


features

public IMOps features()
Add option -features to the ImageMagick commandline (see the documentation of ImageMagick for details).


features

public IMOps features(java.lang.String distance)
Add option -features to the ImageMagick commandline (see the documentation of ImageMagick for details).


fft

public IMOps fft()
Add option -fft to the ImageMagick commandline (see the documentation of ImageMagick for details).


fill

public IMOps fill()
Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).


fill

public IMOps fill(java.lang.String color)
Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).


filter

public IMOps filter()
Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).


filter

public IMOps filter(java.lang.String type)
Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).


flatten

public IMOps flatten()
Add option -flatten to the ImageMagick commandline (see the documentation of ImageMagick for details).


flip

public IMOps flip()
Add option -flip to the ImageMagick commandline (see the documentation of ImageMagick for details).


floodfill

public IMOps floodfill()
Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).


floodfill

public IMOps floodfill(java.lang.Integer x)
Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).


floodfill

public IMOps floodfill(java.lang.Integer x,
                       java.lang.Integer y)
Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).


floodfill

public IMOps floodfill(java.lang.Integer x,
                       java.lang.Integer y,
                       java.lang.String color)
Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).


flop

public IMOps flop()
Add option -flop to the ImageMagick commandline (see the documentation of ImageMagick for details).


font

public IMOps font()
Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).


font

public IMOps font(java.lang.String name)
Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).


foreground

public IMOps foreground()
Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).


foreground

public IMOps foreground(java.lang.String color)
Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).


format

public IMOps format()
Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).


format

public IMOps format(java.lang.String type)
Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).


frame

public IMOps frame()
Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).


frame

public IMOps frame(java.lang.Integer width)
Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).


frame

public IMOps frame(java.lang.Integer width,
                   java.lang.Integer height)
Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).


frame

public IMOps frame(java.lang.Integer width,
                   java.lang.Integer height,
                   java.lang.Integer outerBevelWidth)
Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).


frame

public IMOps frame(java.lang.Integer width,
                   java.lang.Integer height,
                   java.lang.Integer outerBevelWidth,
                   java.lang.Integer innerBevelWidth)
Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).


function

public IMOps function()
Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).


function

public IMOps function(java.lang.String name)
Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).


function

public IMOps function(java.lang.String name,
                      java.lang.String parameter)
Add option -function to the ImageMagick commandline (see the documentation of ImageMagick for details).


fuzz

public IMOps fuzz()
Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).


fuzz

public IMOps fuzz(java.lang.Double distance)
Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).


fuzz

public IMOps fuzz(java.lang.Double distance,
                  java.lang.Boolean percent)
Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).


fx

public IMOps fx()
Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).


fx

public IMOps fx(java.lang.String expression)
Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).


gamma

public IMOps gamma()
Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).


gamma

public IMOps gamma(java.lang.Double value)
Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_gamma

public IMOps p_gamma()
Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_gamma

public IMOps p_gamma(java.lang.Double value)
Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).


gaussianBlur

public IMOps gaussianBlur()
Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


gaussianBlur

public IMOps gaussianBlur(java.lang.Double radius)
Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


gaussianBlur

public IMOps gaussianBlur(java.lang.Double radius,
                          java.lang.Double sigma)
Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


geometry

public IMOps geometry()
Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


geometry

public IMOps geometry(java.lang.Integer width)
Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


geometry

public IMOps geometry(java.lang.Integer width,
                      java.lang.Integer height)
Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


geometry

public IMOps geometry(java.lang.Integer width,
                      java.lang.Integer height,
                      java.lang.Integer x)
Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


geometry

public IMOps geometry(java.lang.Integer width,
                      java.lang.Integer height,
                      java.lang.Integer x,
                      java.lang.Integer y)
Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


gravity

public IMOps gravity()
Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).


gravity

public IMOps gravity(java.lang.String type)
Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).


greenPrimary

public IMOps greenPrimary()
Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


greenPrimary

public IMOps greenPrimary(java.lang.Double x)
Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


greenPrimary

public IMOps greenPrimary(java.lang.Double x,
                          java.lang.Double y)
Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


help

public IMOps help()
Add option -help to the ImageMagick commandline (see the documentation of ImageMagick for details).


haldClut

public IMOps haldClut()
Add option -hald-clut to the ImageMagick commandline (see the documentation of ImageMagick for details).


highlightColor

public IMOps highlightColor()
Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


highlightColor

public IMOps highlightColor(java.lang.String color)
Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconGeometry

public IMOps iconGeometry()
Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconGeometry

public IMOps iconGeometry(java.lang.Integer width)
Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconGeometry

public IMOps iconGeometry(java.lang.Integer width,
                          java.lang.Integer height)
Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconGeometry

public IMOps iconGeometry(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer xOffset)
Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconGeometry

public IMOps iconGeometry(java.lang.Integer width,
                          java.lang.Integer height,
                          java.lang.Integer xOffset,
                          java.lang.Integer yOffset)
Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).


iconic

public IMOps iconic()
Add option -iconic to the ImageMagick commandline (see the documentation of ImageMagick for details).


identify

public IMOps identify()
Add option -identify to the ImageMagick commandline (see the documentation of ImageMagick for details).


ift

public IMOps ift()
Add option -ift to the ImageMagick commandline (see the documentation of ImageMagick for details).


immutable

public IMOps immutable()
Add option -immutable to the ImageMagick commandline (see the documentation of ImageMagick for details).


implode

public IMOps implode()
Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).


implode

public IMOps implode(java.lang.Double factor)
Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).


insert

public IMOps insert()
Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).


insert

public IMOps insert(java.lang.Integer index)
Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).


intent

public IMOps intent()
Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).


intent

public IMOps intent(java.lang.String type)
Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).


interlace

public IMOps interlace()
Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).


interlace

public IMOps interlace(java.lang.String type)
Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).


interlineSpacing

public IMOps interlineSpacing()
Add option -interline-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).


interlineSpacing

public IMOps interlineSpacing(java.lang.Double value)
Add option -interline-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).


interpolate

public IMOps interpolate()
Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).


interpolate

public IMOps interpolate(java.lang.String type)
Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).


interwordSpacing

public IMOps interwordSpacing()
Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).


interwordSpacing

public IMOps interwordSpacing(java.lang.Double value)
Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).


kerning

public IMOps kerning()
Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).


kerning

public IMOps kerning(java.lang.Integer value)
Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_label

public IMOps p_label()
Add option +label to the ImageMagick commandline (see the documentation of ImageMagick for details).


label

public IMOps label()
Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).


label

public IMOps label(java.lang.String name)
Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).


lat

public IMOps lat()
Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).


lat

public IMOps lat(java.lang.Integer width)
Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).


lat

public IMOps lat(java.lang.Integer width,
                 java.lang.Integer height)
Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).


lat

public IMOps lat(java.lang.Integer width,
                 java.lang.Integer height,
                 java.lang.Integer offset)
Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).


lat

public IMOps lat(java.lang.Integer width,
                 java.lang.Integer height,
                 java.lang.Integer offset,
                 java.lang.Boolean percent)
Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).


layers

public IMOps layers()
Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).


layers

public IMOps layers(java.lang.String method)
Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).


levelColors

public IMOps levelColors()
Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


levelColors

public IMOps levelColors(java.lang.String black_color)
Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


levelColors

public IMOps levelColors(java.lang.String black_color,
                         java.lang.String white_color)
Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_levelColors

public IMOps p_levelColors()
Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_levelColors

public IMOps p_levelColors(java.lang.String black_color)
Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_levelColors

public IMOps p_levelColors(java.lang.String black_color,
                           java.lang.String white_color)
Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


level

public IMOps level()
Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).


level

public IMOps level(java.lang.Double black_point)
Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).


level

public IMOps level(java.lang.Double black_point,
                   java.lang.Double white_point)
Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).


level

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


level

public IMOps level(java.lang.Double black_point,
                   java.lang.Double white_point,
                   java.lang.Boolean percent,
                   java.lang.Double gamma)
Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_level

public IMOps p_level()
Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_level

public IMOps p_level(java.lang.Double black_point)
Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_level

public IMOps p_level(java.lang.Double black_point,
                     java.lang.Double white_point)
Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_level

public IMOps p_level(java.lang.Double black_point,
                     java.lang.Double white_point,
                     java.lang.Boolean percent)
Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_level

public IMOps p_level(java.lang.Double black_point,
                     java.lang.Double white_point,
                     java.lang.Boolean percent,
                     java.lang.Double gamma)
Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).


limit

public IMOps limit()
Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).


limit

public IMOps limit(java.lang.String type)
Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).


linearStretch

public IMOps linearStretch()
Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


linearStretch

public IMOps linearStretch(java.lang.Double blackPoint)
Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


linearStretch

public IMOps linearStretch(java.lang.Double blackPoint,
                           java.lang.Double whitePoint)
Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


linearStretch

public IMOps linearStretch(java.lang.Double blackPoint,
                           java.lang.Double whitePoint,
                           java.lang.Boolean percent)
Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


linewidth

public IMOps linewidth()
Add option -linewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


liquidRescale

public IMOps liquidRescale()
Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).


liquidRescale

public IMOps liquidRescale(java.lang.Integer width)
Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).


liquidRescale

public IMOps liquidRescale(java.lang.Integer width,
                           java.lang.Integer height)
Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).


liquidRescale

public IMOps liquidRescale(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer xOffset)
Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).


liquidRescale

public IMOps liquidRescale(java.lang.Integer width,
                           java.lang.Integer height,
                           java.lang.Integer xOffset,
                           java.lang.Integer yOffset)
Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).


list

public IMOps list()
Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).


list

public IMOps list(java.lang.String type)
Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).


log

public IMOps log()
Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).


log

public IMOps log(java.lang.String text)
Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).


loop

public IMOps loop()
Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).


loop

public IMOps loop(java.lang.Integer iterations)
Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).


lowlightColor

public IMOps lowlightColor()
Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


lowlightColor

public IMOps lowlightColor(java.lang.String color)
Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


magnify

public IMOps magnify()
Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).


magnify

public IMOps magnify(java.lang.Double factor)
Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_map

public IMOps p_map()
Add option +map to the ImageMagick commandline (see the documentation of ImageMagick for details).


map

public IMOps map()
Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).


map

public IMOps map(java.lang.String components)
Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_mask

public IMOps p_mask()
Add option +mask to the ImageMagick commandline (see the documentation of ImageMagick for details).


mask

public IMOps mask()
Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).


mask

public IMOps mask(java.lang.String filename)
Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).


mattecolor

public IMOps mattecolor()
Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


mattecolor

public IMOps mattecolor(java.lang.String color)
Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


median

public IMOps median()
Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).


median

public IMOps median(java.lang.Double radius)
Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).


metric

public IMOps metric()
Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).


metric

public IMOps metric(java.lang.String type)
Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).


mode

public IMOps mode()
Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).


mode

public IMOps mode(java.lang.String value)
Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).


modulate

public IMOps modulate()
Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).


modulate

public IMOps modulate(java.lang.Double brightness)
Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).


modulate

public IMOps modulate(java.lang.Double brightness,
                      java.lang.Double saturation)
Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).


modulate

public IMOps modulate(java.lang.Double brightness,
                      java.lang.Double saturation,
                      java.lang.Double hue)
Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).


monitor

public IMOps monitor()
Add option -monitor to the ImageMagick commandline (see the documentation of ImageMagick for details).


monochrome

public IMOps monochrome()
Add option -monochrome to the ImageMagick commandline (see the documentation of ImageMagick for details).


morph

public IMOps morph()
Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).


morph

public IMOps morph(java.lang.Integer frames)
Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).


morphology

public IMOps morphology()
Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).


morphology

public IMOps morphology(java.lang.String method)
Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).


morphology

public IMOps morphology(java.lang.String method,
                        java.lang.String kernel)
Add option -morphology to the ImageMagick commandline (see the documentation of ImageMagick for details).


mosaic

public IMOps mosaic()
Add option -mosaic to the ImageMagick commandline (see the documentation of ImageMagick for details).


motionBlur

public IMOps motionBlur()
Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


motionBlur

public IMOps motionBlur(java.lang.Double radius)
Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


motionBlur

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


motionBlur

public IMOps motionBlur(java.lang.Double radius,
                        java.lang.Double sigma,
                        java.lang.Double angle)
Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


name

public IMOps name()
Add option -name to the ImageMagick commandline (see the documentation of ImageMagick for details).


negate

public IMOps negate()
Add option -negate to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_negate

public IMOps p_negate()
Add option +negate to the ImageMagick commandline (see the documentation of ImageMagick for details).


noise

public IMOps noise()
Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).


noise

public IMOps noise(java.lang.Double radius)
Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_noise

public IMOps p_noise()
Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_noise

public IMOps p_noise(java.lang.String type)
Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).


normalize

public IMOps normalize()
Add option -normalize to the ImageMagick commandline (see the documentation of ImageMagick for details).


opaque

public IMOps opaque()
Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).


opaque

public IMOps opaque(java.lang.String color)
Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_opaque

public IMOps p_opaque()
Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_opaque

public IMOps p_opaque(java.lang.String color)
Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).


orderedDither

public IMOps orderedDither()
Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


orderedDither

public IMOps orderedDither(java.lang.String threshold_map)
Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


orderedDither

public IMOps orderedDither(java.lang.String threshold_map,
                           java.lang.String level)
Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).


orient

public IMOps orient()
Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).


orient

public IMOps orient(java.lang.String imageOrientation)
Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_page

public IMOps p_page()
Add option +page to the ImageMagick commandline (see the documentation of ImageMagick for details).


page

public IMOps page()
Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).


page

public IMOps page(java.lang.Integer width)
Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).


page

public IMOps page(java.lang.Integer width,
                  java.lang.Integer height)
Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).


page

public IMOps page(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer x)
Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).


page

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


page

public IMOps 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 ImageMagick commandline (see the documentation of ImageMagick for details).


page

public IMOps page(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer x,
                  java.lang.Integer y,
                  java.lang.String special)
Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).


paint

public IMOps paint()
Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).


paint

public IMOps paint(java.lang.Double radius)
Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).


path

public IMOps path()
Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).


path

public IMOps path(java.lang.String path)
Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).


passphrase

public IMOps passphrase()
Add option -passphrase to the ImageMagick commandline (see the documentation of ImageMagick for details).


passphrase

public IMOps passphrase(java.lang.String filename)
Add option -passphrase to the ImageMagick commandline (see the documentation of ImageMagick for details).


pause

public IMOps pause()
Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).


pause

public IMOps pause(java.lang.Integer seconds)
Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).


perceptible

public IMOps perceptible()
Add option -perceptible to the ImageMagick commandline (see the documentation of ImageMagick for details).


perceptible

public IMOps perceptible(java.lang.Double epsilon)
Add option -perceptible to the ImageMagick commandline (see the documentation of ImageMagick for details).


ping

public IMOps ping()
Add option -ping to the ImageMagick commandline (see the documentation of ImageMagick for details).


pointsize

public IMOps pointsize()
Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).


pointsize

public IMOps pointsize(java.lang.Integer value)
Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).


polaroid

public IMOps polaroid()
Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).


polaroid

public IMOps polaroid(java.lang.Double angle)
Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_polaroid

public IMOps p_polaroid()
Add option +polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).


poly

public IMOps poly()
Add option -poly to the ImageMagick commandline (see the documentation of ImageMagick for details).


poly

public IMOps poly(java.lang.String args)
Add option -poly to the ImageMagick commandline (see the documentation of ImageMagick for details).


posterize

public IMOps posterize()
Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).


posterize

public IMOps posterize(java.lang.Integer levels)
Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).


precision

public IMOps precision()
Add option -precision to the ImageMagick commandline (see the documentation of ImageMagick for details).


precision

public IMOps precision(java.lang.Integer digits)
Add option -precision to the ImageMagick commandline (see the documentation of ImageMagick for details).


preview

public IMOps preview()
Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).


preview

public IMOps preview(java.lang.String type)
Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).


print

public IMOps print()
Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).


print

public IMOps print(java.lang.String text)
Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).


process

public IMOps process()
Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).


process

public IMOps process(java.lang.String command)
Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).


profile

public IMOps profile()
Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).


profile

public IMOps profile(java.lang.String filename)
Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_profile

public IMOps p_profile()
Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_profile

public IMOps p_profile(java.lang.String profileName)
Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).


quality

public IMOps quality()
Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).


quality

public IMOps quality(java.lang.Double value)
Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).


quantize

public IMOps quantize()
Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).


quantize

public IMOps quantize(java.lang.String colorspace)
Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).


quiet

public IMOps quiet()
Add option -quiet to the ImageMagick commandline (see the documentation of ImageMagick for details).


radialBlur

public IMOps radialBlur()
Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


radialBlur

public IMOps radialBlur(java.lang.Double angle)
Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


raise

public IMOps raise()
Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


raise

public IMOps raise(java.lang.Integer width)
Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


raise

public IMOps raise(java.lang.Integer width,
                   java.lang.Integer height)
Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_raise

public IMOps p_raise()
Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_raise

public IMOps p_raise(java.lang.Integer width)
Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_raise

public IMOps p_raise(java.lang.Integer width,
                     java.lang.Integer height)
Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).


randomThreshold

public IMOps randomThreshold()
Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


randomThreshold

public IMOps randomThreshold(java.lang.Double low)
Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


randomThreshold

public IMOps randomThreshold(java.lang.Double low,
                             java.lang.Double high)
Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


randomThreshold

public IMOps randomThreshold(java.lang.Double low,
                             java.lang.Double high,
                             java.lang.Boolean percent)
Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


recolor

public IMOps recolor()
Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


recolor

public IMOps recolor(java.lang.String matrix)
Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


redPrimary

public IMOps redPrimary()
Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


redPrimary

public IMOps redPrimary(java.lang.Double x)
Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


redPrimary

public IMOps redPrimary(java.lang.Double x,
                        java.lang.Double y)
Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).


regardWarnings

public IMOps regardWarnings()
Add option -regard-warnings to the ImageMagick commandline (see the documentation of ImageMagick for details).


region

public IMOps region()
Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).


region

public IMOps region(java.lang.Integer width)
Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).


region

public IMOps region(java.lang.Integer width,
                    java.lang.Integer height)
Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).


region

public IMOps region(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer x)
Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).


region

public IMOps region(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer x,
                    java.lang.Integer y)
Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_remap

public IMOps p_remap()
Add option +remap to the ImageMagick commandline (see the documentation of ImageMagick for details).


remap

public IMOps remap()
Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).


remap

public IMOps remap(java.lang.String filename)
Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).


remote

public IMOps remote()
Add option -remote to the ImageMagick commandline (see the documentation of ImageMagick for details).


render

public IMOps render()
Add option -render to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_render

public IMOps p_render()
Add option +render to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_repage

public IMOps p_repage()
Add option +repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


repage

public IMOps repage()
Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


repage

public IMOps repage(java.lang.Integer width)
Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


repage

public IMOps repage(java.lang.Integer width,
                    java.lang.Integer height)
Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


repage

public IMOps repage(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset)
Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


repage

public IMOps repage(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset,
                    java.lang.Integer yOffset)
Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).


resample

public IMOps resample()
Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).


resample

public IMOps resample(java.lang.Integer horizontal)
Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).


resample

public IMOps resample(java.lang.Integer horizontal,
                      java.lang.Integer vertical)
Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).


resize

public IMOps resize()
Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


resize

public IMOps resize(java.lang.Integer width)
Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


resize

public IMOps resize(java.lang.Integer width,
                    java.lang.Integer height)
Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


resize

public IMOps resize(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Character special)
Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


resize

public IMOps resize(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.String special)
Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).


respectParentheses

public IMOps respectParentheses()
Add option -respect-parentheses to the ImageMagick commandline (see the documentation of ImageMagick for details).


respectParenthesis

public IMOps respectParenthesis()
Add option -respect-parenthesis to the ImageMagick commandline (see the documentation of ImageMagick for details).


reverse

public IMOps reverse()
Add option -reverse to the ImageMagick commandline (see the documentation of ImageMagick for details).


roll

public IMOps roll()
Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).


roll

public IMOps roll(java.lang.Integer x)
Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).


roll

public IMOps roll(java.lang.Integer x,
                  java.lang.Integer y)
Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).


rotate

public IMOps rotate()
Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


rotate

public IMOps rotate(java.lang.Double degrees)
Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


rotate

public IMOps rotate(java.lang.Double degrees,
                    java.lang.Character special)
Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).


sample

public IMOps sample()
Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).


sample

public IMOps sample(java.lang.Integer width)
Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).


sample

public IMOps sample(java.lang.Integer width,
                    java.lang.Integer height)
Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).


sample

public IMOps sample(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset)
Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).


sample

public IMOps sample(java.lang.Integer width,
                    java.lang.Integer height,
                    java.lang.Integer xOffset,
                    java.lang.Integer yOffset)
Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).


samplingFactor

public IMOps samplingFactor()
Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).


samplingFactor

public IMOps samplingFactor(java.lang.Double horizontalFactor)
Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).


samplingFactor

public IMOps samplingFactor(java.lang.Double horizontalFactor,
                            java.lang.Double verticalFactor)
Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).


selectiveBlur

public IMOps selectiveBlur()
Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


selectiveBlur

public IMOps selectiveBlur(java.lang.Double radius)
Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


selectiveBlur

public IMOps selectiveBlur(java.lang.Double radius,
                           java.lang.Double sigma)
Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


selectiveBlur

public IMOps selectiveBlur(java.lang.Double radius,
                           java.lang.Double sigma,
                           java.lang.Double threshold)
Add option -selective-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).


sparseColor

public IMOps sparseColor()
Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


sparseColor

public IMOps sparseColor(java.lang.String method)
Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


sparseColor

public IMOps sparseColor(java.lang.String method,
                         java.lang.String cinfo)
Add option -sparse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


scale

public IMOps scale()
Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).


scale

public IMOps scale(java.lang.Integer width)
Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).


scale

public IMOps scale(java.lang.Integer width,
                   java.lang.Integer height)
Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).


scale

public IMOps scale(java.lang.Integer width,
                   java.lang.Integer height,
                   java.lang.Integer xOffset)
Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).


scale

public IMOps scale(java.lang.Integer width,
                   java.lang.Integer height,
                   java.lang.Integer xOffset,
                   java.lang.Integer yOffset)
Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).


scene

public IMOps scene()
Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).


scene

public IMOps scene(java.lang.Integer value)
Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).


screen

public IMOps screen()
Add option -screen to the ImageMagick commandline (see the documentation of ImageMagick for details).


seed

public IMOps seed()
Add option -seed to the ImageMagick commandline (see the documentation of ImageMagick for details).


segment

public IMOps segment()
Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).


segment

public IMOps segment(java.lang.Integer clusterThreshold)
Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).


segment

public IMOps segment(java.lang.Integer clusterThreshold,
                     java.lang.Double smoothingThreshold)
Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).


separate

public IMOps separate()
Add option -separate to the ImageMagick commandline (see the documentation of ImageMagick for details).


sepiaTone

public IMOps sepiaTone()
Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).


sepiaTone

public IMOps sepiaTone(java.lang.Double threshold)
Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).


set

public IMOps set()
Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).


set

public IMOps set(java.lang.String attribute)
Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).


set

public IMOps set(java.lang.String attribute,
                 java.lang.String value)
Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).


shade

public IMOps shade()
Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


shade

public IMOps shade(java.lang.Double azimuth)
Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


shade

public IMOps shade(java.lang.Double azimuth,
                   java.lang.Double elevation)
Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_shade

public IMOps p_shade()
Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_shade

public IMOps p_shade(java.lang.Double azimuth)
Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_shade

public IMOps p_shade(java.lang.Double azimuth,
                     java.lang.Double elevation)
Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow()
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow(java.lang.Integer percentOpacity)
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow(java.lang.Integer percentOpacity,
                    java.lang.Double sigma)
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow(java.lang.Integer percentOpacity,
                    java.lang.Double sigma,
                    java.lang.Integer x)
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow(java.lang.Integer percentOpacity,
                    java.lang.Double sigma,
                    java.lang.Integer x,
                    java.lang.Integer y)
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


shadow

public IMOps shadow(java.lang.Integer percentOpacity,
                    java.lang.Double sigma,
                    java.lang.Integer x,
                    java.lang.Integer y,
                    java.lang.Boolean percent)
Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).


sharedMemory

public IMOps sharedMemory()
Add option -shared-memory to the ImageMagick commandline (see the documentation of ImageMagick for details).


sharpen

public IMOps sharpen()
Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


sharpen

public IMOps sharpen(java.lang.Double radius)
Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


sharpen

public IMOps sharpen(java.lang.Double radius,
                     java.lang.Double sigma)
Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).


shave

public IMOps shave()
Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).


shave

public IMOps shave(java.lang.Integer width)
Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).


shave

public IMOps shave(java.lang.Integer width,
                   java.lang.Integer height)
Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).


shave

public IMOps shave(java.lang.Integer width,
                   java.lang.Integer height,
                   java.lang.Boolean percent)
Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).


shear

public IMOps shear()
Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).


shear

public IMOps shear(java.lang.Double xDegrees)
Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).


shear

public IMOps shear(java.lang.Double xDegrees,
                   java.lang.Double yDegrees)
Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).


sigmoidalContrast

public IMOps sigmoidalContrast()
Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


sigmoidalContrast

public IMOps sigmoidalContrast(java.lang.Double contrast)
Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


sigmoidalContrast

public IMOps sigmoidalContrast(java.lang.Double contrast,
                               java.lang.Double midPoint)
Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_sigmoidalContrast

public IMOps p_sigmoidalContrast()
Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_sigmoidalContrast

public IMOps p_sigmoidalContrast(java.lang.Double contrast)
Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_sigmoidalContrast

public IMOps p_sigmoidalContrast(java.lang.Double contrast,
                                 java.lang.Double midPoint)
Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).


silent

public IMOps silent()
Add option -silent to the ImageMagick commandline (see the documentation of ImageMagick for details).


size

public IMOps size()
Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).


size

public IMOps size(java.lang.Integer width)
Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).


size

public IMOps size(java.lang.Integer width,
                  java.lang.Integer height)
Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).


size

public IMOps size(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer offset)
Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).


sketch

public IMOps sketch()
Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).


sketch

public IMOps sketch(java.lang.Double radius)
Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).


sketch

public IMOps sketch(java.lang.Double radius,
                    java.lang.Double sigma)
Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).


sketch

public IMOps sketch(java.lang.Double radius,
                    java.lang.Double sigma,
                    java.lang.Double angle)
Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).


smush

public IMOps smush()
Add option -smush to the ImageMagick commandline (see the documentation of ImageMagick for details).


smush

public IMOps smush(java.lang.Integer offset)
Add option -smush to the ImageMagick commandline (see the documentation of ImageMagick for details).


snaps

public IMOps snaps()
Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).


snaps

public IMOps snaps(java.lang.Integer value)
Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).


solarize

public IMOps solarize()
Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).


solarize

public IMOps solarize(java.lang.Double threshold)
Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice()
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice(java.lang.Double width)
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice(java.lang.Double width,
                    java.lang.Double height)
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice(java.lang.Double width,
                    java.lang.Double height,
                    java.lang.Double x)
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice(java.lang.Double width,
                    java.lang.Double height,
                    java.lang.Double x,
                    java.lang.Double y)
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


splice

public IMOps splice(java.lang.Double width,
                    java.lang.Double height,
                    java.lang.Double x,
                    java.lang.Double y,
                    java.lang.Boolean percent)
Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).


spread

public IMOps spread()
Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).


spread

public IMOps spread(java.lang.Integer amount)
Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).


stegano

public IMOps stegano()
Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).


stegano

public IMOps stegano(java.lang.Integer offset)
Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).


stereo

public IMOps stereo()
Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).


stereo

public IMOps stereo(java.lang.Integer x)
Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).


stereo

public IMOps stereo(java.lang.Integer x,
                    java.lang.Integer y)
Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic()
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type,
                       java.lang.Integer width)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type,
                       java.lang.Integer width,
                       java.lang.Integer height)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type,
                       java.lang.Integer width,
                       java.lang.Integer height,
                       java.lang.Integer x)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type,
                       java.lang.Integer width,
                       java.lang.Integer height,
                       java.lang.Integer x,
                       java.lang.Integer y)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


statistic

public IMOps statistic(java.lang.String type,
                       java.lang.Integer width,
                       java.lang.Integer height,
                       java.lang.Integer x,
                       java.lang.Integer y,
                       java.lang.String special)
Add option -statistic to the ImageMagick commandline (see the documentation of ImageMagick for details).


storageType

public IMOps storageType()
Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).


storageType

public IMOps storageType(java.lang.String type)
Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).


stretch

public IMOps stretch()
Add option -stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


stretch

public IMOps stretch(java.lang.String fontStretchType)
Add option -stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).


strip

public IMOps strip()
Add option -strip to the ImageMagick commandline (see the documentation of ImageMagick for details).


stroke

public IMOps stroke()
Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).


stroke

public IMOps stroke(java.lang.String color)
Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).


strokewidth

public IMOps strokewidth()
Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


strokewidth

public IMOps strokewidth(java.lang.Integer value)
Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).


style

public IMOps style()
Add option -style to the ImageMagick commandline (see the documentation of ImageMagick for details).


style

public IMOps style(java.lang.String fontStyle)
Add option -style to the ImageMagick commandline (see the documentation of ImageMagick for details).


subimageSearch

public IMOps subimageSearch()
Add option -subimage-search to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_swap

public IMOps p_swap()
Add option +swap to the ImageMagick commandline (see the documentation of ImageMagick for details).


swap

public IMOps swap()
Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).


swap

public IMOps swap(java.lang.Integer pos1)
Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).


swap

public IMOps swap(java.lang.Integer pos1,
                  java.lang.Integer pos2)
Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).


swirl

public IMOps swirl()
Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).


swirl

public IMOps swirl(java.lang.Double degrees)
Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).


synchronize

public IMOps synchronize()
Add option -synchronize to the ImageMagick commandline (see the documentation of ImageMagick for details).


taint

public IMOps taint()
Add option -taint to the ImageMagick commandline (see the documentation of ImageMagick for details).


textFont

public IMOps textFont()
Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).


textFont

public IMOps textFont(java.lang.String name)
Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).


texture

public IMOps texture()
Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).


texture

public IMOps texture(java.lang.String filename)
Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold()
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold(java.lang.Integer red)
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold(java.lang.Integer red,
                       java.lang.Integer green)
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold(java.lang.Integer red,
                       java.lang.Integer green,
                       java.lang.Integer blue)
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold(java.lang.Integer red,
                       java.lang.Integer green,
                       java.lang.Integer blue,
                       java.lang.Integer opacity)
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


threshold

public IMOps threshold(java.lang.Integer red,
                       java.lang.Integer green,
                       java.lang.Integer blue,
                       java.lang.Integer opacity,
                       java.lang.Boolean percent)
Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


thumbnail

public IMOps thumbnail()
Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).


thumbnail

public IMOps thumbnail(java.lang.Integer width)
Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).


thumbnail

public IMOps thumbnail(java.lang.Integer width,
                       java.lang.Integer height)
Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).


thumbnail

public IMOps thumbnail(java.lang.Integer width,
                       java.lang.Integer height,
                       java.lang.Character special)
Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).


thumbnail

public IMOps thumbnail(java.lang.Integer width,
                       java.lang.Integer height,
                       java.lang.String special)
Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile()
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile(java.lang.Integer width)
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile(java.lang.Integer width,
                  java.lang.Integer height)
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer xOffset)
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile(java.lang.Integer width,
                  java.lang.Integer height,
                  java.lang.Integer xOffset,
                  java.lang.Integer yOffset)
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tileOffset

public IMOps tileOffset()
Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).


tileOffset

public IMOps tileOffset(java.lang.Integer x)
Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).


tileOffset

public IMOps tileOffset(java.lang.Integer x,
                        java.lang.Integer y)
Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).


tile

public IMOps tile(java.lang.String filename)
Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).


tint

public IMOps tint()
Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).


tint

public IMOps tint(java.lang.Double value)
Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).


title

public IMOps title()
Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).


title

public IMOps title(java.lang.String text)
Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).


transform

public IMOps transform()
Add option -transform to the ImageMagick commandline (see the documentation of ImageMagick for details).


transparentColor

public IMOps transparentColor()
Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


transparentColor

public IMOps transparentColor(java.lang.String color)
Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).


transparent

public IMOps transparent()
Add option -transparent to the ImageMagick commandline (see the documentation of ImageMagick for details).


transparent

public IMOps transparent(java.lang.String color)
Add option -transparent to the ImageMagick commandline (see the documentation of ImageMagick for details).


transpose

public IMOps transpose()
Add option -transpose to the ImageMagick commandline (see the documentation of ImageMagick for details).


transverse

public IMOps transverse()
Add option -transverse to the ImageMagick commandline (see the documentation of ImageMagick for details).


treedepth

public IMOps treedepth()
Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).


treedepth

public IMOps treedepth(java.lang.Integer value)
Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).


trim

public IMOps trim()
Add option -trim to the ImageMagick commandline (see the documentation of ImageMagick for details).


type

public IMOps type()
Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).


type

public IMOps type(java.lang.String type)
Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).


undercolor

public IMOps undercolor()
Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


undercolor

public IMOps undercolor(java.lang.String color)
Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).


uniqueColors

public IMOps uniqueColors()
Add option -unique-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).


units

public IMOps units()
Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).


units

public IMOps units(java.lang.String type)
Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).


unsharp

public IMOps unsharp()
Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).


unsharp

public IMOps unsharp(java.lang.Double radius)
Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).


unsharp

public IMOps unsharp(java.lang.Double radius,
                     java.lang.Double sigma)
Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).


unsharp

public IMOps unsharp(java.lang.Double radius,
                     java.lang.Double sigma,
                     java.lang.Double amount)
Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).


unsharp

public IMOps unsharp(java.lang.Double radius,
                     java.lang.Double sigma,
                     java.lang.Double amount,
                     java.lang.Double threshold)
Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).


update

public IMOps update()
Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).


update

public IMOps update(java.lang.Integer seconds)
Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).


verbose

public IMOps verbose()
Add option -verbose to the ImageMagick commandline (see the documentation of ImageMagick for details).


version

public IMOps version()
Add option -version to the ImageMagick commandline (see the documentation of ImageMagick for details).


view

public IMOps view()
Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).


view

public IMOps view(java.lang.String text)
Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette()
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette(java.lang.Double radius)
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette(java.lang.Double radius,
                      java.lang.Double sigma)
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette(java.lang.Double radius,
                      java.lang.Double sigma,
                      java.lang.Double x)
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette(java.lang.Double radius,
                      java.lang.Double sigma,
                      java.lang.Double x,
                      java.lang.Double y)
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


vignette

public IMOps vignette(java.lang.Double radius,
                      java.lang.Double sigma,
                      java.lang.Double x,
                      java.lang.Double y,
                      java.lang.Boolean percent)
Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).


virtualPixel

public IMOps virtualPixel()
Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).


virtualPixel

public IMOps virtualPixel(java.lang.String method)
Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).


visual

public IMOps visual()
Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).


visual

public IMOps visual(java.lang.String type)
Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).


watermark

public IMOps watermark()
Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).


watermark

public IMOps watermark(java.lang.Double brightness)
Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).


wave

public IMOps wave()
Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).


wave

public IMOps wave(java.lang.Double amplitude)
Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).


wave

public IMOps wave(java.lang.Double amplitude,
                  java.lang.Double wavelength)
Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).


weight

public IMOps weight()
Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).


weight

public IMOps weight(java.lang.String fontWeight)
Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).


weight

public IMOps weight(java.lang.Integer fontWeight)
Add option -weight to the ImageMagick commandline (see the documentation of ImageMagick for details).


whitePoint

public IMOps whitePoint()
Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).


whitePoint

public IMOps whitePoint(java.lang.Double x)
Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).


whitePoint

public IMOps whitePoint(java.lang.Double x,
                        java.lang.Double y)
Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).


whiteThreshold

public IMOps whiteThreshold()
Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


whiteThreshold

public IMOps whiteThreshold(java.lang.Double threshold)
Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


whiteThreshold

public IMOps whiteThreshold(java.lang.Double threshold,
                            java.lang.Boolean percent)
Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).


windowGroup

public IMOps windowGroup()
Add option -window-group to the ImageMagick commandline (see the documentation of ImageMagick for details).


window

public IMOps window()
Add option -window to the ImageMagick commandline (see the documentation of ImageMagick for details).


window

public IMOps window(java.lang.String id)
Add option -window to the ImageMagick commandline (see the documentation of ImageMagick for details).


write

public IMOps write()
Add option -write to the ImageMagick commandline (see the documentation of ImageMagick for details).


write

public IMOps write(java.lang.String filename)
Add option -write to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_write

public IMOps p_write()
Add option +write to the ImageMagick commandline (see the documentation of ImageMagick for details).


p_write

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


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/