update : 2015.11.03
php.shukuma.com검색:
|
Imagick::recolorImage(No version information available, might only be in Git) Imagick::recolorImage — Recolors image 설명
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. 이 메쏘드는 Imagick을 ImageMagick 6.3.6 이상으로 컴파일 했을 때만 사용할 수 있습니다. 인수
반환값
성공시에 예제
Example #1 Imagick::recolorImage()
<?php |