Imagick::getImageMatte

(PECL imagick 2, PECL imagick 3)

Imagick::getImageMatteReturn if the image has a matte channel

Avviso

This function has been DEPRECATED as of Imagick 3.4.4. Relying on this function is highly discouraged.

Descrizione

public Imagick::getImageMatte(): bool

Returns true if the image has a matte channel otherwise false. Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.2.9 o successive.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top