Gmagick::getimagechanneldepth

(PECL gmagick >= Unknown)

Gmagick::getimagechanneldepthObtiene la profundidad de un canal de imagen en particular

Descripción

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

Obtiene la profundidad de un canal de imagen en particular.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

La profundidad del canal de la imagen

Errores/Excepciones

Emite una excepción GmagickException en caso de error.

add a note

User Contributed Notes

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