The Imagick class
PHP Manual

Imagick::separateImageChannel

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

Imagick::separateImageChannelSeparates a channel from the image

Описание

bool Imagick::separateImageChannel ( int $channel )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Список параметров

channel

Возвращаемые значения

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual