Gmagick::blurimage

(PECL gmagick >= Unknown)

Gmagick::blurimageAdds blur filter to image

Opis

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

Adds blur filter to image.

Parametry

radius

Blur radius

sigma

Standard deviation

Zwracane wartości

The blurred Gmagick object

Błędy/Wyjątki

Wywołuje wyjątek GmagickException w przypadku błędu.

add a note add a note

User Contributed Notes

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