Gmagick::blurimage

(PECL gmagick >= Unknown)

Gmagick::blurimageAdds blur filter to image

Descrição

public Gmagick::blurimage ( float $radius , float $sigma , int $channel = ? ) : Gmagick

Adds blur filter to image.

Parâmetros

radius

Blur radius

sigma

Standard deviation

Valor Retornado

The blurred Gmagick object

Erros

Lança uma exceção GmagickException em erros.

add a note add a note

User Contributed Notes

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