Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageRadial blurs an image

Beskrivelse

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

Radial blurs an image.

Parametre

angle

The angle of the blur in degrees.

channel

Related channel

Returnerings Værdier

The Gmagick object on success

Fejl/Undtagelser

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