Gmagick::getimagechanneldepth
PHP Manual
PHP Manual»Gmagick»Gmagick::getimagechanneldepth

Gmagick::getimagechanneldepth

(PECL gmagick >= Unknown)

Gmagick::getimagechanneldepthGets the depth for a particular image channel

Descrizione

public function Gmagick::getimagechanneldepth(int $channel_type): int

Gets the depth for a particular image channel.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Depth of image channel

Errori/Eccezioni

Throws an GmagickException on error.

To Top