Imagick::setImageColorspace
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Sets the image colorspace
Description
Imagick::setImageColorspace(int $colorspace): bool
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
colorspaceOne of the COLORSPACE constants
Return Values
Success
Errors/Exceptions
Throws