Gmagick::radialblurimage

(PECL gmagick >= Unknown)

Gmagick::radialblurimageRadial blurs an image

Descrizione

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

Radial blurs an image.

Elenco dei parametri

angle

The angle of the blur in degrees.

channel

Related channel.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

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