PHP Velho Oeste 2024

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