parent root
PHP: Gmagick::blurimage - Manual

Gmagick::blurimage

(PECL gmagick >= Unknown)

Gmagick::blurimageAdds blur filter to image

Description

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

Adds blur filter to image.

Parameters

radius

Blur radius

sigma

Standard deviation

Return Values

The blurred Gmagick object

Errors/Exceptions

Throws an GmagickException on error.

add a noteadd a note

User Contributed Notes

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