Imagick::setImageChannelDepth

(PECL imagick 2, PECL imagick 3)

Imagick::setImageChannelDepthConfigure la profondeur d'un canal

Description

publicImagick::setImageChannelDepth(int$channel, int$depth): bool

Configure la profondeur d'un canal.

Liste de paramètres

channel

depth

Valeurs de retour

Retourne true en cas de succès.

Erreurs / Exceptions

Lance une exception ImagickException si une erreur survient.

To Top