Image Effects


You have your choice of these special effects:

Charcoal drawing
simulate a charcoal drawing. Good parameter values are odd numbers from 3 to 31

Convolve
apply a convolution kernel to the image. Given the kernel order, you would supply order*order float values. For example, the parameter would look like this for a 3x3 Gaussian kernel:

    1, 2, 1, 2, 4, 2, 1, 2, 1

Implode
implode/explode image pixels about the center. A positive parameter implodes while a negative parameter explodes the image.

mosaic
create an mosaic from an image sequence.

Morph
morphs an image sequence. Both the image pixels and size are linearly interpolated to give the appearance of a meta-morphosis from one image to the next. Specify the parameter as the number of in-between images to generate. If you have a single image in your sequence, the clipboard image is used as the morph anchor.

Oil paint
simulate an oil painting. Each pixel is replaced by the most frequent color in a circular neighborhood whose width is specified as a radius. Good parameter values are odd numbers from 3 to 31

Solarize
negate all pixels above the threshold level. Specify the parameter as the percent threshold of the intensity (0 - 99.9%).

Stegano
hide the clipboard image within this image. The parameter is the offset within the image to begin any hiding.

Stereo
combine two image to create a stereo anaglyph. The left side of the stereo pair is saved as the red channel of the output image. The right sife is saved as the green channel. Red-blue stereo glasses are required to properly view the stereo image.

Swirl
swirl image pixels about the center. Degrees defines the tightness of the swirl.

Wave
alter an image along a sine wave. Specify amplitude and wavelength as the parameter to effect the characteristics of the wave:

    <amplitude>x<wavelength>

See examples of select ImageMagick Studio effects.