GoLang Imagick::setImageColorspace

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



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

PHP Imagick::setImageColorspace

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

Imagick::setImageColorspace

(PECL imagick 2.0.0)

Imagick::setImageColorspaceSets the image colorspace

Description

bool Imagick::setImageColorspace ( int $colorspace )

Sets the image colorspace. This method should be used when creating new images. To change the colorspace of an existing image, you should use Imagick::transformImageColorspace().

Parameters

colorspace

One of the COLORSPACE constants

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.