(PECL imagick 2, PECL imagick 3)
Imagick::setImageColorspace — Sets the image colorspace
public 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().
colorspace
One of the COLORSPACE constants
Returns true
on success.
Throws ImagickException on error.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/imagick.setimagecolorspace.php