Content-Length: 138702 | pFad | https://www.php.net/manual/uk/imagick.waveimage.php
(PECL imagick 2, PECL imagick 3)
Imagick::waveImage — Applies wave filter to the image
Applies a wave filter to the image. Цей метод доступний, якщо Imagick зібраний з ImageMagick версії 6.2.9 або новішою.
amplitude
The amplitude of the wave.
length
The length of the wave.
Повертає true
в разі успіху.
Кидає ImagickException в разі помилки.
Приклад #1 WaveImage can be quite slow Imagick::waveImage()
<?php
function waveImage($imagePath, $amplitude, $length) {
$imagick = new \Imagick(realpath($imagePath));
$imagick->waveImage($amplitude, $length);
header("Content-Type: image/jpg");
echo $imagick->getImageBlob();
}
?>
Fetched URL: https://www.php.net/manual/uk/imagick.waveimage.php
Alternative Proxies: