Gmagick::charcoalimage

(PECL gmagick >= Unknown)

Gmagick::charcoalimageSimulates a charcoal drawing

Beskrivelse

public Gmagick Gmagick::charcoalimage ( float $radius , float $sigma )

Simulates a charcoal drawing.

Parametre

radius

The radius of the Gaussian, in pixels, not counting the center pixel

sigma

The standard deviation of the Gaussian, in pixels

Returnerings Værdier

The Gmagick object with charcoal simulation

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