| Package | Description |
|---|---|
| com.github.geko444.im4java.core |
Contains core classes for image-processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GMOperation
This class models the command-line of GraphicsMagick.
|
| Modifier and Type | Method and Description |
|---|---|
GMOps |
GMOps.adjoin()
Add option -adjoin to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine()
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx,
Double rx)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx,
Double rx,
Double ry)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx,
Double rx,
Double ry,
Double sy)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx,
Double rx,
Double ry,
Double sy,
Double tx)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.affine(Double sx,
Double rx,
Double ry,
Double sy,
Double tx,
Double ty)
Add option -affine to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.antialias()
Add option -antialias to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.append()
Add option -append to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.authenticate()
Add option -authenticate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.authenticate(String password)
Add option -authenticate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.autoOrient()
Add option -auto-orient to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.average()
Add option -average to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.backdrop()
Add option -backdrop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.background()
Add option -background to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.background(String color)
Add option -background to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blackThreshold()
Add option -black-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blackThreshold(Double threshold)
Add option -black-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blackThreshold(Double threshold,
Boolean percent)
Add option -black-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.bluePrimary()
Add option -blue-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.bluePrimary(Double x)
Add option -blue-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.bluePrimary(Double x,
Double y)
Add option -blue-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blur()
Add option -blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blur(Double radius)
Add option -blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.blur(Double radius,
Double sigma)
Add option -blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.border()
Add option -border to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.border(Integer width)
Add option -border to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.border(Integer width,
Integer height)
Add option -border to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.bordercolor()
Add option -bordercolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.bordercolor(String color)
Add option -bordercolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth()
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth(Integer width)
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth(Integer width,
Integer height)
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth(Integer width,
Integer height,
Integer x)
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth(Integer width,
Integer height,
Integer x,
Integer y)
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.borderwidth(Integer width,
Integer height,
Integer x,
Integer y,
Boolean percent)
Add option -borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.box()
Add option -box to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.box(String pColor)
Add option -box to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.channel()
Add option -channel to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.channel(String type)
Add option -channel to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.charcoal()
Add option -charcoal to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.charcoal(Integer factor)
Add option -charcoal to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop()
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop(Integer width)
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop(Integer width,
Integer height)
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop(Integer width,
Integer height,
Integer x)
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop(Integer width,
Integer height,
Integer x,
Integer y)
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.chop(Integer width,
Integer height,
Integer x,
Integer y,
Boolean percent)
Add option -chop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.clip()
Add option -clip to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.clippath()
Add option -clippath to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.coalesce()
Add option -coalesce to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorize()
Add option -colorize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorize(Integer red)
Add option -colorize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorize(Integer red,
Integer blue)
Add option -colorize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorize(Integer red,
Integer blue,
Integer green)
Add option -colorize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colormap()
Add option -colormap to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colormap(String type)
Add option -colormap to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colors()
Add option -colors to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colors(Integer value)
Add option -colors to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorspace()
Add option -colorspace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.colorspace(String value)
Add option -colorspace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.comment()
Add option -comment to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.comment(String text)
Add option -comment to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.compose()
Add option -compose to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.compose(String operator)
Add option -compose to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.compress()
Add option -compress to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.compress(String type)
Add option -compress to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.contrast()
Add option -contrast to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve()
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11,
Integer k12)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11,
Integer k12,
Integer k13)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11,
Integer k12,
Integer k13,
Integer k14)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11,
Integer k12,
Integer k13,
Integer k14,
Integer k15)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.convolve(Integer k1,
Integer k2,
Integer k3,
Integer k4,
Integer k5,
Integer k6,
Integer k7,
Integer k8,
Integer k9,
Integer k10,
Integer k11,
Integer k12,
Integer k13,
Integer k14,
Integer k15,
Integer k16)
Add option -convolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop()
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop(Integer width)
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop(Integer width,
Integer height)
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop(Integer width,
Integer height,
Integer x)
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop(Integer width,
Integer height,
Integer x,
Integer y)
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.crop(Integer width,
Integer height,
Integer x,
Integer y,
Character special)
Add option -crop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.cycle()
Add option -cycle to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.cycle(Integer amount)
Add option -cycle to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.debug()
Add option -debug to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.debug(String events)
Add option -debug to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.deconstruct()
Add option -deconstruct to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.define()
Add option -define to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.define(String keyValue)
Add option -define to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.delay()
Add option -delay to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.delay(Integer ticks)
Add option -delay to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.delay(Integer ticks,
Integer ticksPerSecond)
Add option -delay to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.delay(Integer ticks,
Integer ticksPerSecond,
Character special)
Add option -delay to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.density()
Add option -density to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.density(Integer width)
Add option -density to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.density(Integer width,
Integer height)
Add option -density to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.depth()
Add option -depth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.depth(Integer value)
Add option -depth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.descend()
Add option -descend to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.despeckle()
Add option -despeckle to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.displace()
Add option -displace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.displace(Double horizontalScale)
Add option -displace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.displace(Double horizontalScale,
Double verticalScale)
Add option -displace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.display()
Add option -display to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.display(String host)
Add option -display to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.display(String host,
Integer display)
Add option -display to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.display(String host,
Integer display,
Integer screen)
Add option -display to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dispose()
Add option -dispose to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dispose(String method)
Add option -dispose to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dissolve()
Add option -dissolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dissolve(Integer percent)
Add option -dissolve to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dither()
Add option -dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.dither(String method)
Add option -dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.draw()
Add option -draw to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.draw(String string)
Add option -draw to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.edge()
Add option -edge to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.edge(Double radius)
Add option -edge to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.emboss()
Add option -emboss to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.emboss(Double radius)
Add option -emboss to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.encoding()
Add option -encoding to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.encoding(String type)
Add option -encoding to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.endian()
Add option -endian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.endian(String type)
Add option -endian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.enhance()
Add option -enhance to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.equalize()
Add option -equalize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.extent()
Add option -extent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.extent(Integer width)
Add option -extent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.extent(Integer width,
Integer height)
Add option -extent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.extent(Integer width,
Integer height,
Integer xOffset)
Add option -extent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.extent(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -extent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.fill()
Add option -fill to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.fill(String color)
Add option -fill to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.filter()
Add option -filter to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.filter(String type)
Add option -filter to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.flatten()
Add option -flatten to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.flip()
Add option -flip to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.flop()
Add option -flop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.font()
Add option -font to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.font(String name)
Add option -font to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.foreground()
Add option -foreground to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.foreground(String color)
Add option -foreground to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.format()
Add option -format to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.format(String type)
Add option -format to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.frame()
Add option -frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.frame(Integer width)
Add option -frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.frame(Integer width,
Integer height)
Add option -frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.frame(Integer width,
Integer height,
Integer outerBevelWidth)
Add option -frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.frame(Integer width,
Integer height,
Integer outerBevelWidth,
Integer innerBevelWidth)
Add option -frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.fuzz()
Add option -fuzz to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.fuzz(Double distance)
Add option -fuzz to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.fuzz(Double distance,
Boolean percent)
Add option -fuzz to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gamma()
Add option -gamma to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gamma(Double value)
Add option -gamma to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gaussian()
Add option -gaussian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gaussian(Double radius)
Add option -gaussian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gaussian(Double radius,
Double sigma)
Add option -gaussian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.geometry()
Add option -geometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.geometry(Integer width)
Add option -geometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.geometry(Integer width,
Integer height)
Add option -geometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.geometry(Integer width,
Integer height,
Integer x)
Add option -geometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.geometry(Integer width,
Integer height,
Integer x,
Integer y)
Add option -geometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gravity()
Add option -gravity to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.gravity(String type)
Add option -gravity to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.greenPrimary()
Add option -green-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.greenPrimary(Double x)
Add option -green-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.greenPrimary(Double x,
Double y)
Add option -green-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.haldClut()
Add option -hald-clut to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.help()
Add option -help to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.highlightColor()
Add option -highlight-color to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.highlightColor(String color)
Add option -highlight-color to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconGeometry()
Add option -iconGeometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconGeometry(Integer width)
Add option -iconGeometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconGeometry(Integer width,
Integer height)
Add option -iconGeometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconGeometry(Integer width,
Integer height,
Integer xOffset)
Add option -iconGeometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconGeometry(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -iconGeometry to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.iconic()
Add option -iconic to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.immutable()
Add option -immutable to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.implode()
Add option -implode to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.implode(Double factor)
Add option -implode to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.intent()
Add option -intent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.intent(String type)
Add option -intent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.interlace()
Add option -interlace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.interlace(String type)
Add option -interlace to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.label()
Add option -label to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.label(String name)
Add option -label to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.lat()
Add option -lat to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.lat(Integer width)
Add option -lat to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.lat(Integer width,
Integer height)
Add option -lat to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.lat(Integer width,
Integer height,
Integer offset)
Add option -lat to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.lat(Integer width,
Integer height,
Integer offset,
Boolean percent)
Add option -lat to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.level()
Add option -level to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.level(Double black_point)
Add option -level to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.level(Double black_point,
Double white_point)
Add option -level to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.level(Double black_point,
Double white_point,
Boolean percent)
Add option -level to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.level(Double black_point,
Double white_point,
Boolean percent,
Double gamma)
Add option -level to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.limit()
Add option -limit to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.limit(String type)
Add option -limit to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.linewidth()
Add option -linewidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.list()
Add option -list to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.list(String type)
Add option -list to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.log()
Add option -log to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.log(String text)
Add option -log to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.loop()
Add option -loop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.loop(Integer iterations)
Add option -loop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.magnify()
Add option -magnify to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.magnify(Double factor)
Add option -magnify to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.map()
Add option -map to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.map(String filename)
Add option -map to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mask()
Add option -mask to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mask(String filename)
Add option -mask to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.matte()
Add option -matte to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mattecolor()
Add option -mattecolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mattecolor(String color)
Add option -mattecolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.median()
Add option -median to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.median(Double radius)
Add option -median to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.metric()
Add option -metric to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.metric(String type)
Add option -metric to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mode()
Add option -mode to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mode(String value)
Add option -mode to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.modulate()
Add option -modulate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.modulate(Double brightness)
Add option -modulate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.modulate(Double brightness,
Double saturation)
Add option -modulate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.modulate(Double brightness,
Double saturation,
Double hue)
Add option -modulate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.monitor()
Add option -monitor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.monochrome()
Add option -monochrome to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.morph()
Add option -morph to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.morph(Integer frames)
Add option -morph to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.mosaic()
Add option -mosaic to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.motionBlur()
Add option -motion-blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.motionBlur(Double radius)
Add option -motion-blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.motionBlur(Double radius,
Double sigma)
Add option -motion-blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.motionBlur(Double radius,
Double sigma,
Double angle)
Add option -motion-blur to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.name()
Add option -name to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.negate()
Add option -negate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.noise()
Add option -noise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.noise(Double radius)
Add option -noise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.noop()
Add option -noop to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.normalize()
Add option -normalize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.opaque()
Add option -opaque to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.opaque(String color)
Add option -opaque to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.operator()
Add option -operator to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.operator(String channel)
Add option -operator to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.operator(String channel,
String operator)
Add option -operator to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.operator(String channel,
String operator,
Double rvalue)
Add option -operator to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.operator(String channel,
String operator,
Double rvalue,
Boolean percent)
Add option -operator to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.orderedDither()
Add option -ordered-dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.orderedDither(String channelType)
Add option -ordered-dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.orderedDither(String channelType,
Integer N)
Add option -ordered-dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.orient()
Add option -orient to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.orient(String imageOrientation)
Add option -orient to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.outputDirectory()
Add option -output-directory to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.outputDirectory(String pDirectory)
Add option -output-directory to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_adjoin()
Add option +adjoin to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_antialias()
Add option +antialias to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_append()
Add option +append to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_borderwidth()
Add option +borderwidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_compress()
Add option +compress to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_contrast()
Add option +contrast to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_debug()
Add option +debug to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_define()
Add option +define to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_define(String keyValue)
Add option +define to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_dither()
Add option +dither to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_endian()
Add option +endian to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_frame()
Add option +frame to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_gamma()
Add option +gamma to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_gamma(Double value)
Add option +gamma to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_label()
Add option +label to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_map()
Add option +map to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_mask()
Add option +mask to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_matte()
Add option +matte to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_negate()
Add option +negate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_noise()
Add option +noise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_noise(String type)
Add option +noise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_page()
Add option +page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_ping()
Add option +ping to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_profile()
Add option +profile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_profile(String profileName)
Add option +profile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_progress()
Add option +progress to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_raise()
Add option +raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_raise(Integer width)
Add option +raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_raise(Integer width,
Integer height)
Add option +raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_remap()
Add option +remap to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_render()
Add option +render to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_repage()
Add option +repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_shade()
Add option +shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_shade(Double azimuth)
Add option +shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_shade(Double azimuth,
Double elevation)
Add option +shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_write()
Add option +write to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.p_write(String filename)
Add option +write to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page()
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page(Integer width)
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page(Integer width,
Integer height)
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page(Integer width,
Integer height,
Integer x)
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page(Integer width,
Integer height,
Integer x,
Integer y)
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.page(Integer width,
Integer height,
Integer x,
Integer y,
Character special)
Add option -page to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.paint()
Add option -paint to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.paint(Double radius)
Add option -paint to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pause()
Add option -pause to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pause(Integer pSeconds)
Add option -pause to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pen()
Add option -pen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pen(String pColor)
Add option -pen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.ping()
Add option -ping to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pointsize()
Add option -pointsize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.pointsize(Integer value)
Add option -pointsize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.preview()
Add option -preview to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.preview(String type)
Add option -preview to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.process()
Add option -process to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.process(String pCommand)
Add option -process to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.profile()
Add option -profile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.profile(String filename)
Add option -profile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.quality()
Add option -quality to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.quality(Double value)
Add option -quality to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.raise()
Add option -raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.raise(Integer width)
Add option -raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.raise(Integer width,
Integer height)
Add option -raise to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.randomThreshold()
Add option -random-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.randomThreshold(String channelType)
Add option -random-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.randomThreshold(String channelType,
Double low)
Add option -random-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.randomThreshold(String channelType,
Double low,
Double high)
Add option -random-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.recolor()
Add option -recolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.recolor(String matrix)
Add option -recolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.redPrimary()
Add option -red-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.redPrimary(Double x)
Add option -red-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.redPrimary(Double x,
Double y)
Add option -red-primary to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.region()
Add option -region to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.region(Integer width)
Add option -region to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.region(Integer width,
Integer height)
Add option -region to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.region(Integer width,
Integer height,
Integer x)
Add option -region to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.region(Integer width,
Integer height,
Integer x,
Integer y)
Add option -region to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.remote()
Add option -remote to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.render()
Add option -render to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.repage()
Add option -repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.repage(Integer width)
Add option -repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.repage(Integer width,
Integer height)
Add option -repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.repage(Integer width,
Integer height,
Integer xOffset)
Add option -repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.repage(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -repage to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resample()
Add option -resample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resample(Integer horizontal)
Add option -resample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resample(Integer horizontal,
Integer vertical)
Add option -resample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resize()
Add option -resize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resize(Integer width)
Add option -resize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resize(Integer width,
Integer height)
Add option -resize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resize(Integer width,
Integer height,
Character special)
Add option -resize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.resize(Integer width,
Integer height,
String special)
Add option -resize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.roll()
Add option -roll to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.roll(Integer x)
Add option -roll to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.roll(Integer x,
Integer y)
Add option -roll to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.rotate()
Add option -rotate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.rotate(Double degrees)
Add option -rotate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.rotate(Double degrees,
Character special)
Add option -rotate to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sample()
Add option -sample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sample(Integer width)
Add option -sample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sample(Integer width,
Integer height)
Add option -sample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sample(Integer width,
Integer height,
Integer xOffset)
Add option -sample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sample(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -sample to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.samplingFactor()
Add option -sampling-factor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.samplingFactor(Double horizontalFactor)
Add option -sampling-factor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.samplingFactor(Double horizontalFactor,
Double verticalFactor)
Add option -sampling-factor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scale()
Add option -scale to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scale(Integer width)
Add option -scale to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scale(Integer width,
Integer height)
Add option -scale to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scale(Integer width,
Integer height,
Integer xOffset)
Add option -scale to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scale(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -scale to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scene()
Add option -scene to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.scene(Integer value)
Add option -scene to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.screen()
Add option -screen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.seed()
Add option -seed to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.segment()
Add option -segment to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.segment(Integer clusterThreshold)
Add option -segment to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.segment(Integer clusterThreshold,
Double smoothingThreshold)
Add option -segment to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.set()
Add option -set to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.set(String attribute)
Add option -set to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.set(String attribute,
String value)
Add option -set to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shade()
Add option -shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shade(Double azimuth)
Add option -shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shade(Double azimuth,
Double elevation)
Add option -shade to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shadow()
Add option -shadow to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shadow(Double radius)
Add option -shadow to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shadow(Double radius,
Double sigma)
Add option -shadow to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sharedMemory()
Add option -shared-memory to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sharpen()
Add option -sharpen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sharpen(Double radius)
Add option -sharpen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.sharpen(Double radius,
Double sigma)
Add option -sharpen to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shave()
Add option -shave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shave(Integer width)
Add option -shave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shave(Integer width,
Integer height)
Add option -shave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shave(Integer width,
Integer height,
Boolean percent)
Add option -shave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shear()
Add option -shear to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shear(Double xDegrees)
Add option -shear to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.shear(Double xDegrees,
Double yDegrees)
Add option -shear to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.silent()
Add option -silent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.size()
Add option -size to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.size(Integer width)
Add option -size to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.size(Integer width,
Integer height)
Add option -size to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.size(Integer width,
Integer height,
Integer offset)
Add option -size to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.snaps()
Add option -snaps to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.snaps(Integer value)
Add option -snaps to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.solarize()
Add option -solarize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.solarize(Double threshold)
Add option -solarize to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.spread()
Add option -spread to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.spread(Integer amount)
Add option -spread to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.stegano()
Add option -stegano to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.stegano(Integer offset)
Add option -stegano to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.stereo()
Add option -stereo to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.strip()
Add option -strip to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.stroke()
Add option -stroke to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.stroke(String color)
Add option -stroke to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.strokewidth()
Add option -strokewidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.strokewidth(Integer value)
Add option -strokewidth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.swirl()
Add option -swirl to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.swirl(Double degrees)
Add option -swirl to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.textFont()
Add option -text-font to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.textFont(String name)
Add option -text-font to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.texture()
Add option -texture to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.texture(String filename)
Add option -texture to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.threshold()
Add option -threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.threshold(Integer value)
Add option -threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.threshold(Integer value,
Boolean percent)
Add option -threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.thumbnail()
Add option -thumbnail to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.thumbnail(Integer width)
Add option -thumbnail to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.thumbnail(Integer width,
Integer height)
Add option -thumbnail to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.thumbnail(Integer width,
Integer height,
Character special)
Add option -thumbnail to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.thumbnail(Integer width,
Integer height,
String special)
Add option -thumbnail to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile()
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile(Integer width)
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile(Integer width,
Integer height)
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile(Integer width,
Integer height,
Integer xOffset)
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile(Integer width,
Integer height,
Integer xOffset,
Integer yOffset)
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.tile(String filename)
Add option -tile to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.title()
Add option -title to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.title(String text)
Add option -title to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.transform()
Add option -transform to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.transparent()
Add option -transparent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.transparent(String color)
Add option -transparent to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.treedepth()
Add option -treedepth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.treedepth(Integer value)
Add option -treedepth to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.trim()
Add option -trim to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.type()
Add option -type to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.type(String type)
Add option -type to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.undercolor()
Add option -undercolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.undercolor(String color)
Add option -undercolor to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.units()
Add option -units to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.units(String type)
Add option -units to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.unsharp()
Add option -unsharp to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.unsharp(Double radius)
Add option -unsharp to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.unsharp(Double radius,
Double sigma)
Add option -unsharp to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.unsharp(Double radius,
Double sigma,
Double amount)
Add option -unsharp to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.unsharp(Double radius,
Double sigma,
Double amount,
Double threshold)
Add option -unsharp to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.update()
Add option -update to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.update(Integer seconds)
Add option -update to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.verbose()
Add option -verbose to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.version()
Add option -version to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.view()
Add option -view to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.view(String text)
Add option -view to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.virtualPixel()
Add option -virtual-pixel to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.virtualPixel(String method)
Add option -virtual-pixel to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.visual()
Add option -visual to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.visual(String type)
Add option -visual to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.watermark()
Add option -watermark to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.watermark(Double brightness)
Add option -watermark to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.watermark(Double brightness,
Double saturation)
Add option -watermark to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.wave()
Add option -wave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.wave(Double amplitude)
Add option -wave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.wave(Double amplitude,
Double wavelength)
Add option -wave to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whitePoint()
Add option -white-point to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whitePoint(Double x)
Add option -white-point to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whitePoint(Double x,
Double y)
Add option -white-point to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whiteThreshold()
Add option -white-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whiteThreshold(Double threshold)
Add option -white-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.whiteThreshold(Double threshold,
Boolean percent)
Add option -white-threshold to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.window()
Add option -window to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.window(String id)
Add option -window to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.windowGroup()
Add option -window-group to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.write()
Add option -write to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
GMOps |
GMOps.write(String filename)
Add option -write to the GraphicsMagick commandline
(see the documentation of GraphicsMagick for details).
|
Copyright © 2019. All rights reserved.