Imagick::waveImage
(PECL imagick 2.0.0)
Imagick::waveImage — Applies wave filter to the image
Описание
bool Imagick::waveImage
( float $amplitude
, float $length
)
Список параметров
-
amplitude
-
The amplitude of the wave.
-
length
-
The lenght of the wave.
Возвращаемые значения
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.