Imagick
PHP Manual

Imagick::recolorImage

(No version information available, might only be in Git)

Imagick::recolorImageRecolors image

Descrizione

bool Imagick::recolorImage ( array $matrix )

Translate, scale, shear, or rotate image colors. This method supports variable sized matrices but normally 5x5 matrix is used for RGBA and 6x6 is used for CMYK. The last row should contain the normalized values. Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.3.6 o successive.

Elenco dei parametri

matrix

The matrix containing the color values

Valori restituiti

Restituisce TRUE in caso di successo.

Vedere anche:


Imagick
PHP Manual