Gmagick::getimagecompose
PHP Manual
PHP Manual»Gmagick»Gmagick::getimagecompose

Gmagick::getimagecompose

(PECL gmagick >= Unknown)

Gmagick::getimagecomposeReturns the composite operator associated with the image

Beschreibung

public function Gmagick::getimagecompose(): int

Returns the composite operator associated with the image.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the composite operator associated with the image.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

To Top