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

Gmagick::getimagecompose

(PECL gmagick >= Unknown)

Gmagick::getimagecomposeReturns the composite operator associated with the image

Descrizione

public function Gmagick::getimagecompose(): int

Returns the composite operator associated with the image.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the composite operator associated with the image.

Errori/Eccezioni

Throws an GmagickException on error.

To Top