Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageRadial blurs an image

Description

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

Radial blurs an image.

Parameters

angle

The angle of the blur in degrees.

channel

Related channel.

Return Values

The Gmagick object.

Errors/Exceptions

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