PHP Doku:: Replaces the colors of an image with the closest color from a reference image. - gmagick.mapimage.html

Verlauf / Chronik / History: (14) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The Gmagick class

<<Gmagick::magnifyimage

Gmagick::medianfilterimage>>

Gmagick::mapimage

(PECL gmagick >= Unknown)

Gmagick::mapimageReplaces the colors of an image with the closest color from a reference image.

Beschreibung

public void Gmagick::mapimage ( gmagick $gmagick , int $dither )

Replaces the colors of an image with the closest color from a reference image.

Parameter-Liste

gmagick

The reference image

dither

Set this integer value to something other than zero to dither the mapped image

Rückgabewerte

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",...)