Content-Length: 138702 | pFad | https://www.php.net/manual/uk/imagick.waveimage.php

PHP: Imagick::waveImage - Manual
PHPerKaigi 2025

Imagick::waveImage

(PECL imagick 2, PECL imagick 3)

Imagick::waveImageApplies wave filter to the image

Опис

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

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();
}

?>

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://www.php.net/manual/uk/imagick.waveimage.php

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy