GoLang Imagick::setColorspace

request it (263)
GoLang replacement for PHP's Imagick::setColorspace [edit | history]



Do you know a GoLang replacement for PHP's Imagick::setColorspace? Write it!

PHP Imagick::setColorspace

PHP original manual for Imagick::setColorspace [ show | php.net ]

Imagick::setColorspace

(No version information available, might only be in Git)

Imagick::setColorspaceSet colorspace

Description

bool Imagick::setColorspace ( int $COLORSPACE )

Sets the global colorspace value for the object. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer.

Parameters

COLORSPACE

One of the COLORSPACE constants

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.