PHP 8.3.4 Released!

Gmagick::charcoalimage

(PECL gmagick >= Unknown)

Gmagick::charcoalimageSimulates a charcoal drawing

Beschreibung

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

Simulates a charcoal drawing.

Parameter-Liste

radius

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

sigma

The standard deviation of the Gaussian, in pixels.

Rückgabewerte

The Gmagick object with charcoal simulation.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note

User Contributed Notes

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