GoLang Gmagick::setimagedepth

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



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

PHP Gmagick::setimagedepth

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

Gmagick::setimagedepth

(PECL gmagick >= Unknown)

Gmagick::setimagedepthSets the image depth

Description

public Gmagick Gmagick::setimagedepth ( int $depth )

Sets the image depth

Parameters

depth

The image depth in bits: 8, 16, or 32.

Return Values

The Gmagick object on success.

Errors/Exceptions

Throws an GmagickException on error.