Gmagick
PHP Manual

Gmagick::mapimage

(PECL gmagick >= Unknown)

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

Description

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

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

Liste de paramètres

gmagick

The reference image

dither

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

Valeurs de retour

Gmagick object

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual