Gmagick::blurimage

(PECL gmagick >= Unknown)

Gmagick::blurimageAdds blur filter to image

Опис

public Gmagick Gmagick::blurimage ( float $radius , float $sigma [, int $channel ] )

Adds blur filter to image.

Параметри

radius

Blur radius

sigma

Standard deviation

Значення, що повертаються

The blurred Gmagick object

Помилки/Винятки

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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