CakeFest 2024: The Official CakePHP Conference

Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageRadial blurs an image

说明

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

Radial blurs an image.

参数

angle

The angle of the blur in degrees.

channel

Related channel.

返回值

The Gmagick object.

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

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