Imagick::setImageCompose

(PECL imagick 2, PECL imagick 3)

Imagick::setImageComposeSets the image composite operator

說明

public Imagick::setImageCompose(int $compose): bool

Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Imagick::montageImage() method.

參數(shù)

compose

返回值

成功時返回 true。

錯誤/異常

錯誤時拋出 ImagickException。