GoLang Gmagick::charcoalimage

request it (205)
GoLang replacement for PHP's Gmagick::charcoalimage [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::charcoalimage? Write it!

PHP Gmagick::charcoalimage

PHP original manual for Gmagick::charcoalimage [ show | php.net ]

Gmagick::charcoalimage

(PECL gmagick >= Unknown)

Gmagick::charcoalimageSimulates a charcoal drawing

Description

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

Simulates a charcoal drawing.

Parameters

radius

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

sigma

The standard deviation of the Gaussian, in pixels

Return Values

The Gmagick object with charcoal simulation

Errors/Exceptions

Throws an GmagickException on error.