Imagick::getImageMatte

(PECL imagick 2, PECL imagick 3)

Imagick::getImageMatteReturn if the image has a matte channel

Aviso

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

Descrição

public Imagick::getImageMatte ( ) : bool

Returns true if the image has a matte channel otherwise false. Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.2.9 ou superior.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Retorna true no sucesso.

add a note add a note

User Contributed Notes

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