PHP Doku:: Returns a grayscale image with a three-dimensional effect - gmagick.embossimage.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungGmagickThe Gmagick classGmagick::embossimage

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::edgeimage

Gmagick::enhanceimage>>

Gmagick::embossimage

(PECL gmagick >= Unknown)

Gmagick::embossimageReturns a grayscale image with a three-dimensional effect

Beschreibung

public void Gmagick::embossimage ( float $radius , float $sigma )

Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius for you.

Parameter-Liste

radius

The radius of the effect

sigma

The sigma of the effect

Rückgabewerte

The embossed Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)