(PECL imagick 2.0.0)
Sets the depth of a particular image channel
bool Imagick::setImageChannelDepth ( int $channel, int $depth )
Sets the depth of a particular image channel.
Parameters:
channel
Sets the depth of a particular image channel.
depth
Sets the depth of a particular image channel.
Returns:
Returns TRUE
on success.
Exception:
Throws ImagickException on error.
Please login to continue.