Imagick::separateImageChannel
(PECL imagick 2.0.0)
Imagick::separateImageChannel — Separates 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.