PHP 8.3.4 Released!

Imagick::setImageChannelDepth

(PECL imagick 2, PECL imagick 3)

Imagick::setImageChannelDepthEstablece la profundidad de una canal de imagen en particular

Descripción

public Imagick::setImageChannelDepth(int $channel, int $depth): bool

Establece la profundidad de una canal de imagen en particular.

Parámetros

channel

depth

Valores devueltos

Devuelve true en caso de éxito.

Errores/Excepciones

Lanza ImagickException en caso de error.

add a note

User Contributed Notes

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