MagickWaveImage
MagickWaveImage -- creates a "ripple" effect in the current active image
Description
bool MagickWaveImage( MagickWand mgck_wnd, float amplitude, float wave_length )
Creates a "ripple" effect in the current active image by shifting the pixels vertically along a sine wave whose amplitude and wavelength is specified by the given parameters.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| amplitude, wave_length | Define the amplitude and wave length of the sine wave |