©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL gmagick >= Unknown)
Gmagick::setimagechanneldepth — Sets the depth of a particular image channel
$channel
, int $depth
)Sets the depth of a particular image channel.
channel
Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.
depth
The image depth in bits.
The Gmagick object on success
错误时抛出 GmagickException。