Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageRadial blurs an image

설명

public Gmagick Gmagick::radialblurimage ( float $angle [, int $channel = Gmagick::CHANNEL_DEFAULT ] )

Radial blurs an image.

인수

angle

The angle of the blur in degrees.

channel

Related channel

반환값

The Gmagick object on success

오류/예외

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