Package org.im4java.core
Class IMOps
- java.lang.Object
-
- org.im4java.core.Operation
-
- 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.
-
-
Field Summary
-
Fields inherited from class org.im4java.core.Operation
IMG_PLACEHOLDER
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIMOps()The protected Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMOpsadaptiveBlur()Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveBlur(java.lang.Double radius)Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveBlur(java.lang.Double radius, java.lang.Double sigma)Add option -adaptive-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveResize()Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveResize(java.lang.Integer width)Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveResize(java.lang.Integer width, java.lang.Integer height)Add option -adaptive-resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveResize(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).IMOpsadaptiveSharpen()Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveSharpen(java.lang.Double radius)Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadaptiveSharpen(java.lang.Double radius, java.lang.Double sigma)Add option -adaptive-sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsadjoin()Add option -adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsaffine()Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsaffine(java.lang.Double sx)Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsaffine(java.lang.Double sx, java.lang.Double rx)Add option -affine to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsaffine(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).IMOpsaffine(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).IMOpsaffine(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).IMOpsaffine(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).IMOpsalpha()Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsalpha(java.lang.String type)Add option -alpha to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsannotate()Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsannotate(java.lang.Integer xr)Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsannotate(java.lang.Integer xr, java.lang.Integer yr)Add option -annotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsannotate(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).IMOpsannotate(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).IMOpsannotate(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).IMOpsantialias()Add option -antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsappend()Add option -append to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsattenuate()Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsattenuate(java.lang.Double value)Add option -attenuate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsauthenticate()Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsauthenticate(java.lang.String password)Add option -authenticate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsautoOrient()Add option -auto-orient to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsaverage()Add option -average to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbackdrop()Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbackdrop(java.lang.String color)Add option -backdrop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbackground()Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbackground(java.lang.String color)Add option -background to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbench()Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbench(java.lang.Integer iterations)Add option -bench to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbias()Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbias(java.lang.Integer value)Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbias(java.lang.Integer value, java.lang.Boolean percent)Add option -bias to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblackPointCompensation()Add option -black-point-compensation to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblackThreshold()Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblackThreshold(java.lang.Double threshold)Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblackThreshold(java.lang.Double threshold, java.lang.Boolean percent)Add option -black-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblend()Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblend(java.lang.Integer srcPercent)Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblend(java.lang.Integer srcPercent, java.lang.Integer dstPercent)Add option -blend to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbluePrimary()Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbluePrimary(java.lang.Double x)Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbluePrimary(java.lang.Double x, java.lang.Double y)Add option -blue-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblur()Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblur(java.lang.Double radius)Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsblur(java.lang.Double radius, java.lang.Double sigma)Add option -blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborder(java.lang.Integer width)Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborder(java.lang.Integer width, java.lang.Integer height)Add option -border to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbordercolor()Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsbordercolor(java.lang.String color)Add option -bordercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborderwidth()Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborderwidth(java.lang.Integer width)Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborderwidth(java.lang.Integer width, java.lang.Integer height)Add option -borderwidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsborderwidth(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).IMOpsborderwidth(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).IMOpscache()Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscache(java.lang.Double threshold)Add option -cache to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscaption()Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscaption(java.lang.String text)Add option -caption to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschannel()Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschannel(java.lang.String type)Add option -channel to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscharcoal()Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscharcoal(java.lang.Integer factor)Add option -charcoal to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschop()Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschop(java.lang.Integer width)Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschop(java.lang.Integer width, java.lang.Integer height)Add option -chop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpschop(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).IMOpschop(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).IMOpschop(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).IMOpsclip()Add option -clip to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclipMask()Add option -clip-mask to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclipPath()Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclipPath(java.lang.Integer id)Add option -clip-path to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclone()Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclone(java.lang.Integer index1)Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclone(java.lang.Integer index1, java.lang.Integer index2)Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclone(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).IMOpsclone(java.lang.String indexes)Add option -clone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsclut()Add option -clut to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscoalesce()Add option -coalesce to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorize()Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorize(java.lang.Integer red)Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorize(java.lang.Integer red, java.lang.Integer blue)Add option -colorize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorize(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).IMOpscolormap()Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolormap(java.lang.String type)Add option -colormap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolors()Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolors(java.lang.Integer value)Add option -colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorspace()Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscolorspace(java.lang.String value)Add option -colorspace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscombine()Add option -combine to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscomment()Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscomment(java.lang.String text)Add option -comment to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscompose()Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscompose(java.lang.String operator)Add option -compose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscomposite()Add option -composite to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscompress()Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscompress(java.lang.String type)Add option -compress to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscontrast()Add option -contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscontrastStretch()Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscontrastStretch(java.lang.Integer blackPoint)Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscontrastStretch(java.lang.Integer blackPoint, java.lang.Integer whitePoint)Add option -contrast-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscontrastStretch(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).IMOpsconvolve()Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsconvolve(java.lang.Integer k1)Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsconvolve(java.lang.Integer k1, java.lang.Integer k2)Add option -convolve to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpsconvolve(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).IMOpscrop()Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscrop(java.lang.Integer width)Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscrop(java.lang.Integer width, java.lang.Integer height)Add option -crop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscrop(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).IMOpscrop(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).IMOpscrop(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).IMOpscycle()Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpscycle(java.lang.Integer amount)Add option -cycle to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdebug()Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdebug(java.lang.String events)Add option -debug to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdecipher()Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdecipher(java.lang.String filename)Add option -decipher to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdeconstruct()Add option -deconstruct to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdefine()Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdefine(java.lang.String keyValue)Add option -define to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelay()Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelay(java.lang.Integer ticks)Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelay(java.lang.Integer ticks, java.lang.Integer ticksPerSecond)Add option -delay to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelay(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).IMOpsdelete()Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelete(java.lang.Integer index1)Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelete(java.lang.Integer index1, java.lang.Integer index2)Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdelete(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).IMOpsdelete(java.lang.String indexes)Add option -delete to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdensity()Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdensity(java.lang.Integer width)Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdensity(java.lang.Integer width, java.lang.Integer height)Add option -density to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdepth()Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdepth(java.lang.Integer value)Add option -depth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdescend()Add option -descend to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdeskew()Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdeskew(java.lang.Double threshold)Add option -deskew to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdespeckle()Add option -despeckle to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplace()Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplace(java.lang.Double horizontalScale)Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplace(java.lang.Double horizontalScale, java.lang.Double verticalScale)Add option -displace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplay()Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplay(java.lang.String host)Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplay(java.lang.String host, java.lang.Integer display)Add option -display to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdisplay(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).IMOpsdispose()Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdispose(java.lang.String method)Add option -dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdissolve()Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdissolve(java.lang.Integer percent)Add option -dissolve to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdistort()Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdistort(java.lang.String method)Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdistort(java.lang.String method, java.lang.String arguments)Add option -distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdither()Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdither(java.lang.String method)Add option -dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdraw()Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsdraw(java.lang.String string)Add option -draw to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsedge()Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsedge(java.lang.Double radius)Add option -edge to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsemboss()Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsemboss(java.lang.Double radius)Add option -emboss to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsencipher()Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsencipher(java.lang.String filename)Add option -encipher to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsencoding()Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsencoding(java.lang.String type)Add option -encoding to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsendian()Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsendian(java.lang.String type)Add option -endian to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsenhance()Add option -enhance to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsequalize()Add option -equalize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsevaluate()Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsevaluate(java.lang.String operator)Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsevaluate(java.lang.String operator, java.lang.String constant)Add option -evaluate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextent()Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextent(java.lang.Integer width)Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextent(java.lang.Integer width, java.lang.Integer height)Add option -extent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextent(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).IMOpsextent(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).IMOpsextract()Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextract(java.lang.Integer width)Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextract(java.lang.Integer width, java.lang.Integer height)Add option -extract to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsextract(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).IMOpsextract(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).IMOpsfill()Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfill(java.lang.String color)Add option -fill to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfilter()Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfilter(java.lang.String type)Add option -filter to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsflatten()Add option -flatten to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsflip()Add option -flip to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfloodfill()Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfloodfill(java.lang.Integer x)Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfloodfill(java.lang.Integer x, java.lang.Integer y)Add option -floodfill to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfloodfill(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).IMOpsflop()Add option -flop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfont()Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfont(java.lang.String name)Add option -font to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsforeground()Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsforeground(java.lang.String color)Add option -foreground to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsformat()Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsformat(java.lang.String type)Add option -format to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsframe()Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsframe(java.lang.Integer width)Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsframe(java.lang.Integer width, java.lang.Integer height)Add option -frame to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsframe(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).IMOpsframe(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).IMOpsfuzz()Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfuzz(java.lang.Double distance)Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfuzz(java.lang.Double distance, java.lang.Boolean percent)Add option -fuzz to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfx()Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsfx(java.lang.String expression)Add option -fx to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgamma()Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgamma(java.lang.Double value)Add option -gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgaussianBlur()Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgaussianBlur(java.lang.Double radius)Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgaussianBlur(java.lang.Double radius, java.lang.Double sigma)Add option -gaussian-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgeometry()Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgeometry(java.lang.Integer width)Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgeometry(java.lang.Integer width, java.lang.Integer height)Add option -geometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgeometry(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).IMOpsgeometry(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).IMOpsgravity()Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgravity(java.lang.String type)Add option -gravity to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgreenPrimary()Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgreenPrimary(java.lang.Double x)Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsgreenPrimary(java.lang.Double x, java.lang.Double y)Add option -green-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpshelp()Add option -help to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpshighlightColor()Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpshighlightColor(java.lang.String color)Add option -highlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsiconGeometry()Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsiconGeometry(java.lang.Integer width)Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsiconGeometry(java.lang.Integer width, java.lang.Integer height)Add option -iconGeometry to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsiconGeometry(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).IMOpsiconGeometry(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).IMOpsiconic()Add option -iconic to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsidentify()Add option -identify to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsimmutable()Add option -immutable to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsimplode()Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsimplode(java.lang.Double factor)Add option -implode to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinsert()Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinsert(java.lang.Integer index)Add option -insert to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsintent()Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsintent(java.lang.String type)Add option -intent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterlace()Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterlace(java.lang.String type)Add option -interlace to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterpolate()Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterpolate(java.lang.String type)Add option -interpolate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterwordSpacing()Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsinterwordSpacing(java.lang.Integer value)Add option -interword-spacing to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpskerning()Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpskerning(java.lang.Integer value)Add option -kerning to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslabel()Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslabel(java.lang.String name)Add option -label to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslat()Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslat(java.lang.Integer width)Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslat(java.lang.Integer width, java.lang.Integer height)Add option -lat to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslat(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).IMOpslat(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).IMOpslayers()Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslayers(java.lang.String method)Add option -layers to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslevel(java.lang.Double black_point)Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslevel(java.lang.Double black_point, java.lang.Double white_point)Add option -level to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslevel(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).IMOpslevel(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).IMOpslevelColors()Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslevelColors(java.lang.String black_color)Add option -level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslevelColors(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).IMOpslimit()Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslimit(java.lang.String type)Add option -limit to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslinearStretch()Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslinearStretch(java.lang.Double blackPoint)Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslinearStretch(java.lang.Double blackPoint, java.lang.Double whitePoint)Add option -linear-stretch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslinearStretch(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).IMOpslinewidth()Add option -linewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsliquidRescale()Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsliquidRescale(java.lang.Integer width)Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsliquidRescale(java.lang.Integer width, java.lang.Integer height)Add option -liquid-rescale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsliquidRescale(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).IMOpsliquidRescale(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).IMOpslist()Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslist(java.lang.String type)Add option -list to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslog()Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslog(java.lang.String text)Add option -log to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsloop()Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsloop(java.lang.Integer iterations)Add option -loop to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslowlightColor()Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpslowlightColor(java.lang.String color)Add option -lowlight-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmagnify()Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmagnify(java.lang.Double factor)Add option -magnify to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmap()Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmap(java.lang.String components)Add option -map to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmask()Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmask(java.lang.String filename)Add option -mask to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmattecolor()Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmattecolor(java.lang.String color)Add option -mattecolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmedian()Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmedian(java.lang.Double radius)Add option -median to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmetric()Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmetric(java.lang.String type)Add option -metric to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmode()Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmode(java.lang.String value)Add option -mode to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmodulate()Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmodulate(java.lang.Double brightness)Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmodulate(java.lang.Double brightness, java.lang.Double saturation)Add option -modulate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmodulate(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).IMOpsmonitor()Add option -monitor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmonochrome()Add option -monochrome to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmorph()Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmorph(java.lang.Integer frames)Add option -morph to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmosaic()Add option -mosaic to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmotionBlur()Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmotionBlur(java.lang.Double radius)Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmotionBlur(java.lang.Double radius, java.lang.Double sigma)Add option -motion-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsmotionBlur(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).IMOpsname()Add option -name to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsnegate()Add option -negate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsnoise()Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsnoise(java.lang.Double radius)Add option -noise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsnormalize()Add option -normalize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsopaque()Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsopaque(java.lang.String color)Add option -opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsorderedDither()Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsorderedDither(java.lang.String threshold_map)Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsorderedDither(java.lang.String threshold_map, java.lang.String level)Add option -ordered-dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsorient()Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsorient(java.lang.String imageOrientation)Add option -orient to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_adjoin()Add option +adjoin to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_antialias()Add option +antialias to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_append()Add option +append to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_channel()Add option +channel to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_clone()Add option +clone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_compress()Add option +compress to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_contrast()Add option +contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_debug()Add option +debug to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_define()Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_define(java.lang.String key)Add option +define to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_delete()Add option +delete to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_dispose()Add option +dispose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_distort()Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_distort(java.lang.String method)Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_distort(java.lang.String method, java.lang.String arguments)Add option +distort to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_dither()Add option +dither to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_endian()Add option +endian to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_gamma()Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_gamma(java.lang.Double value)Add option +gamma to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_label()Add option +label to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_level(java.lang.Double black_point)Add option +level to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_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).IMOpsp_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).IMOpsp_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).IMOpsp_levelColors()Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_levelColors(java.lang.String black_color)Add option +level-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_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).IMOpsp_map()Add option +map to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_mask()Add option +mask to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_negate()Add option +negate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_noise()Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_noise(java.lang.String type)Add option +noise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_opaque()Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_opaque(java.lang.String color)Add option +opaque to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_page()Add option +page to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_polaroid()Add option +polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_profile()Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_profile(java.lang.String profileName)Add option +profile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_raise()Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_raise(java.lang.Integer width)Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_raise(java.lang.Integer width, java.lang.Integer height)Add option +raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_remap()Add option +remap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_render()Add option +render to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_repage()Add option +repage to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_shade()Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_shade(java.lang.Double azimuth)Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_shade(java.lang.Double azimuth, java.lang.Double elevation)Add option +shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_sigmoidalContrast()Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_sigmoidalContrast(java.lang.Double contrast)Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_sigmoidalContrast(java.lang.Double contrast, java.lang.Double midPoint)Add option +sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_swap()Add option +swap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_write()Add option +write to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsp_write(java.lang.String filename)Add option +write to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspage()Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspage(java.lang.Integer width)Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspage(java.lang.Integer width, java.lang.Integer height)Add option -page to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspage(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).IMOpspage(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).IMOpspage(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).IMOpspaint()Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspaint(java.lang.Double radius)Add option -paint to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspath()Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspath(java.lang.String path)Add option -path to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspause()Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspause(java.lang.Integer seconds)Add option -pause to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsping()Add option -ping to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspointsize()Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspointsize(java.lang.Integer value)Add option -pointsize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspolaroid()Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspolaroid(java.lang.Double angle)Add option -polaroid to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsposterize()Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsposterize(java.lang.Integer levels)Add option -posterize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspreview()Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpspreview(java.lang.String type)Add option -preview to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprint()Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprint(java.lang.String text)Add option -print to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprocess()Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprocess(java.lang.String command)Add option -process to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprofile()Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsprofile(java.lang.String filename)Add option -profile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsquality()Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsquality(java.lang.Double value)Add option -quality to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsquantize()Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsquantize(java.lang.String colorspace)Add option -quantize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsquiet()Add option -quiet to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsradialBlur()Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsradialBlur(java.lang.Double angle)Add option -radial-blur to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsraise()Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsraise(java.lang.Integer width)Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsraise(java.lang.Integer width, java.lang.Integer height)Add option -raise to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrandomThreshold()Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrandomThreshold(java.lang.Double low)Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrandomThreshold(java.lang.Double low, java.lang.Double high)Add option -random-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrandomThreshold(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).IMOpsrecolor()Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrecolor(java.lang.String matrix)Add option -recolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsredPrimary()Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsredPrimary(java.lang.Double x)Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsredPrimary(java.lang.Double x, java.lang.Double y)Add option -red-primary to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsregardWarnings()Add option -regard-warnings to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsregion()Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsregion(java.lang.Integer width)Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsregion(java.lang.Integer width, java.lang.Integer height)Add option -region to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsregion(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).IMOpsregion(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).IMOpsremap()Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsremap(java.lang.String filename)Add option -remap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsremote()Add option -remote to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrender()Add option -render to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrepage()Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrepage(java.lang.Integer width)Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrepage(java.lang.Integer width, java.lang.Integer height)Add option -repage to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrepage(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).IMOpsrepage(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).IMOpsresample()Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresample(java.lang.Integer horizontal)Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresample(java.lang.Integer horizontal, java.lang.Integer vertical)Add option -resample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresize()Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresize(java.lang.Integer width)Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresize(java.lang.Integer width, java.lang.Integer height)Add option -resize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsresize(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).IMOpsrespectParenthesis()Add option -respect-parenthesis to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsreverse()Add option -reverse to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsroll()Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsroll(java.lang.Integer x)Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsroll(java.lang.Integer x, java.lang.Integer y)Add option -roll to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrotate()Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrotate(java.lang.Double degrees)Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsrotate(java.lang.Double degrees, java.lang.Character special)Add option -rotate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssample()Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssample(java.lang.Integer width)Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssample(java.lang.Integer width, java.lang.Integer height)Add option -sample to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssample(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).IMOpssample(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).IMOpssamplingFactor()Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssamplingFactor(java.lang.Double horizontalFactor)Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssamplingFactor(java.lang.Double horizontalFactor, java.lang.Double verticalFactor)Add option -sampling-factor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssarseColor()Add option -sarse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssarseColor(java.lang.String method)Add option -sarse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssarseColor(java.lang.String method, java.lang.String cinfo)Add option -sarse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscale()Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscale(java.lang.Integer width)Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscale(java.lang.Integer width, java.lang.Integer height)Add option -scale to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscale(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).IMOpsscale(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).IMOpsscene()Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscene(java.lang.Integer value)Add option -scene to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsscreen()Add option -screen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsseed()Add option -seed to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssegment()Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssegment(java.lang.Integer clusterThreshold)Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssegment(java.lang.Integer clusterThreshold, java.lang.Double smoothingThreshold)Add option -segment to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsseparate()Add option -separate to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssepiaTone()Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssepiaTone(java.lang.Double threshold)Add option -sepia-tone to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsset()Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsset(java.lang.String attribute)Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsset(java.lang.String attribute, java.lang.String value)Add option -set to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshade()Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshade(java.lang.Double azimuth)Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshade(java.lang.Double azimuth, java.lang.Double elevation)Add option -shade to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshadow()Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshadow(java.lang.Integer percentOpacity)Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshadow(java.lang.Integer percentOpacity, java.lang.Double sigma)Add option -shadow to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshadow(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).IMOpsshadow(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).IMOpsshadow(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).IMOpssharedMemory()Add option -shared-memory to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssharpen()Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssharpen(java.lang.Double radius)Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssharpen(java.lang.Double radius, java.lang.Double sigma)Add option -sharpen to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshave()Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshave(java.lang.Integer width)Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshave(java.lang.Integer width, java.lang.Integer height)Add option -shave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshave(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).IMOpsshear()Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshear(java.lang.Double xDegrees)Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsshear(java.lang.Double xDegrees, java.lang.Double yDegrees)Add option -shear to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssigmoidalContrast()Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssigmoidalContrast(java.lang.Double contrast)Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssigmoidalContrast(java.lang.Double contrast, java.lang.Double midPoint)Add option -sigmoidal-contrast to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssilent()Add option -silent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssize()Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssize(java.lang.Integer width)Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssize(java.lang.Integer width, java.lang.Integer height)Add option -size to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssize(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).IMOpssketch()Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssketch(java.lang.Double radius)Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssketch(java.lang.Double radius, java.lang.Double sigma)Add option -sketch to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssketch(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).IMOpssnaps()Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssnaps(java.lang.Integer value)Add option -snaps to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssolarize()Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssolarize(java.lang.Double threshold)Add option -solarize to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssplice()Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssplice(java.lang.Double width)Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssplice(java.lang.Double width, java.lang.Double height)Add option -splice to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpssplice(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).IMOpssplice(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).IMOpssplice(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).IMOpsspread()Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsspread(java.lang.Integer amount)Add option -spread to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstegano()Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstegano(java.lang.Integer offset)Add option -stegano to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstereo()Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstereo(java.lang.Integer x)Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstereo(java.lang.Integer x, java.lang.Integer y)Add option -stereo to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstorageType()Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstorageType(java.lang.String type)Add option -storage-type to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstrip()Add option -strip to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstroke()Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstroke(java.lang.String color)Add option -stroke to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstrokewidth()Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsstrokewidth(java.lang.Integer value)Add option -strokewidth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsswap()Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsswap(java.lang.Integer pos1)Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsswap(java.lang.Integer pos1, java.lang.Integer pos2)Add option -swap to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsswirl()Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsswirl(java.lang.Double degrees)Add option -swirl to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstaint()Add option -taint to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstextFont()Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstextFont(java.lang.String name)Add option -text-font to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstexture()Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstexture(java.lang.String filename)Add option -texture to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthreshold()Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthreshold(java.lang.Integer red)Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthreshold(java.lang.Integer red, java.lang.Integer green)Add option -threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthreshold(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).IMOpsthreshold(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).IMOpsthreshold(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).IMOpsthumbnail()Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthumbnail(java.lang.Integer width)Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthumbnail(java.lang.Integer width, java.lang.Integer height)Add option -thumbnail to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsthumbnail(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).IMOpstile()Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstile(java.lang.Integer width)Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstile(java.lang.Integer width, java.lang.Integer height)Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstile(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).IMOpstile(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).IMOpstile(java.lang.String filename)Add option -tile to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstileOffset()Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstileOffset(java.lang.Integer x)Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstileOffset(java.lang.Integer x, java.lang.Integer y)Add option -tile-offset to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstint()Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstint(java.lang.Double value)Add option -tint to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstitle()Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstitle(java.lang.String text)Add option -title to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstransform()Add option -transform to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstransparent(java.lang.String color)Add option -transparent to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstransparentColor()Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstransparentColor(java.lang.String color)Add option -transparent-color to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstranspose()Add option -transpose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstransverse()Add option -transverse to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstreedepth()Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstreedepth(java.lang.Integer value)Add option -treedepth to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstrim()Add option -trim to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstype()Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpstype(java.lang.String type)Add option -type to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsundercolor()Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsundercolor(java.lang.String color)Add option -undercolor to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsuniqueColors()Add option -unique-colors to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunits()Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunits(java.lang.String type)Add option -units to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunsharp()Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunsharp(java.lang.Double radius)Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunsharp(java.lang.Double radius, java.lang.Double sigma)Add option -unsharp to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsunsharp(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).IMOpsunsharp(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).IMOpsupdate()Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsupdate(java.lang.Integer seconds)Add option -update to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsverbose()Add option -verbose to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsversion()Add option -version to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsview()Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsview(java.lang.String text)Add option -view to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvignette()Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvignette(java.lang.Double radius)Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvignette(java.lang.Double radius, java.lang.Double sigma)Add option -vignette to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvignette(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).IMOpsvignette(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).IMOpsvignette(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).IMOpsvirtualPixel()Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvirtualPixel(java.lang.String method)Add option -virtual-pixel to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvisual()Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpsvisual(java.lang.String type)Add option -visual to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswatermark()Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswatermark(java.lang.Double brightness)Add option -watermark to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswave()Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswave(java.lang.Double amplitude)Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswave(java.lang.Double amplitude, java.lang.Double wavelength)Add option -wave to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhitePoint()Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhitePoint(java.lang.Double x)Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhitePoint(java.lang.Double x, java.lang.Double y)Add option -white-point to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhiteThreshold()Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhiteThreshold(java.lang.Double threshold)Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswhiteThreshold(java.lang.Double threshold, java.lang.Boolean percent)Add option -white-threshold to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswindow(java.lang.String id)Add option -window to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswindowGroup()Add option -window-group to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswrite()Add option -write to the ImageMagick commandline (see the documentation of ImageMagick for details).IMOpswrite(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
-
-
-
-
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).
-
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).
-
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).
-
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(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).
-
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).
-
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).
-
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.Integer 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:
clonein classjava.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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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.Integer 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(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(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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
sarseColor
public IMOps sarseColor()
Add option -sarse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
-
sarseColor
public IMOps sarseColor(java.lang.String method)
Add option -sarse-color to the ImageMagick commandline (see the documentation of ImageMagick for details).
-
sarseColor
public IMOps sarseColor(java.lang.String method, java.lang.String cinfo)
Add option -sarse-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).
-
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).
-
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).
-
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).
-
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).
-
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).
-
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(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).
-
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(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).
-
-