Gmagick::getimagedepth
PHP Manual
PHP Manual»Gmagick»Gmagick::getimagedepth

Gmagick::getimagedepth

(PECL gmagick >= Unknown)

Gmagick::getimagedepthGets the depth of the image

Descrizione

public function Gmagick::getimagedepth(): int

Gets the depth of the image.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Image depth

Errori/Eccezioni

Throws an GmagickException on error.

To Top