GoLang Gmagick::setimagechanneldepth

request it (182)
GoLang replacement for PHP's Gmagick::setimagechanneldepth [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::setimagechanneldepth? Write it!

PHP Gmagick::setimagechanneldepth

PHP original manual for Gmagick::setimagechanneldepth [ show | php.net ]

Gmagick::setimagechanneldepth

(PECL gmagick >= Unknown)

Gmagick::setimagechanneldepthSets the depth of a particular image channel

Description

public Gmagick Gmagick::setimagechanneldepth ( int $channel , int $depth )

Sets the depth of a particular image channel.

Parameters

channel

Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.

depth

The image depth in bits.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.