CakeFest 2024: The Official CakePHP Conference

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 tiene parámetros.

Valores devueltos

La profundidad del canal de la imagen

Errores/Excepciones

Arroja un GmagickException en caso de error.

add a note

User Contributed Notes

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