Imagick クラス
PHP Manual

Imagick::recolorImage

()

Imagick::recolorImageRecolors image

説明

bool Imagick::animateImages ( 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. このメソッドは、ImageMagick バージョン 6.3.6 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

matrix

The matrix containing the color values

返り値

成功した場合に TRUE を返します。

参考


Imagick クラス
PHP Manual