Imagick::getImageCompose
PHP Manual
PHP Manual»Imagick»Imagick::getImageCompose

Imagick::getImageCompose

(PECL imagick 2, PECL imagick 3)

Imagick::getImageComposeReturns the composite operator associated with the image

说明

public function Imagick::getImageCompose(): int

Returns the composite operator associated with the image.

参数

此函数没有参数。

返回值

成功时返回 true

To Top