\-median radius apply a median filter to the image
\-modulate value vary the brightness, saturation, and hue
\-monochrome transform image to black and white
+ \-morphology method kernel
+ apply a morphology method to the image
\-motion-blur geometry
simulate motion blur
\-negate replace every pixel with its complementary color
\-density geometry horizontal and vertical density of the image
\-depth value image depth
\-extract geometry extract area from image
+ \-features distance display image features (e.g. contrast, correlation)
\-format "string" output formatted image characteristics
\-fuzz distance colors within this distance are considered equal
\-interlace type type of image interlacing scheme
\-set attribute value set an image attribute
\-size geometry width and height of image
\-strip strip image of all profiles and comments
+ \-unique display the number of unique colors in the image
\-units type the units of image resolution
\-verbose print detailed information about the image
\-virtual-pixel method
\-matte store matte channel if the image has one
\-mattecolor color frame color
\-monitor monitor progress
+ \-morphology method kernel
+ apply a morphology method to the image
\-orient type image orientation
\-origin geometry image origin
\-page geometry size and location of an image canvas (setting)
"-median radius apply a median filter to the image",
"-modulate value vary the brightness, saturation, and hue",
"-monochrome transform image to black and white",
- "-morphology method[:interation] kernel_specification",
+ "-morphology method[:iterations] kernel",
" apply a morphology method to the image",
"-motion-blur geometry",
" simulate motion blur",
"-density geometry horizontal and vertical density of the image",
"-depth value image depth",
"-extract geometry extract area from image",
- "-features value display image features (e.g. contrast, correlation)",
+ "-features distance display image features (e.g. contrast, correlation)",
"-format \"string\" output formatted image characteristics",
"-fuzz distance colors within this distance are considered equal",
"-gamma value of gamma correction",
ThrowWandFatalException(ResourceLimitFatalError,
"MemoryAllocationFailed",(*image)->filename);
morphology_image=MorphologyImageChannel(*image,channel,method,
- iterations,kernel,exception);
+ iterations,kernel,exception);
kernel=DestroyKernelInfo(kernel);
if (morphology_image == (Image *) NULL)
break;
"-median radius apply a median filter to the image",
"-modulate value vary the brightness, saturation, and hue",
"-monochrome transform image to black and white",
- "-morphology method[:interation] kernel_specification",
+ "-morphology method[:iterations] kernel",
" apply a morphology method to the image",
"-motion-blur geometry",
" simulate motion blur",