The Imagick class
PHP Manual

Imagick::waveImage

(No version information available, might be only in CVS)

Imagick::waveImageAdds wave filter to the image

Description

bool Imagick::waveImage ( float $amplitude , float $length )
Warning

This function is currently not documented; only its argument list is available.

Adds wave filter to the image.

Parameters

amplitude

length

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual