Home > PHP > Function > > Imagick::waveImage()

Imagick::waveImage()

Imagick::waveImage - Applies wave filter to the image

Syntax

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

Arguments

  • amplitude - The amplitude of the wave.
  • length - The length of the wave.

Description

Applies a wave filter to the image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.