La classe Imagick
PHP Manual

Imagick::separateImageChannel

(No version information available, might be only in CVS)

Imagick::separateImageChannelSeparates a channel from the image

Description

bool Imagick::separateImageChannel ( int $channel )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image.

Liste de paramètres

channel

Valeurs de retour

Returns TRUE on success.

Erreurs / Exceptions

Throws ImagickException on error.


La classe Imagick
PHP Manual