Gmagick::setimagecolorspace
(PECL gmagick >= Unknown)
Gmagick::setimagecolorspace — Sets the image colorspace
Description
public Gmagick::setimagecolorspace(
int $colorspace
):
Gmagick
Parameters
-
colorspace
-
One of the Colorspace constant
(Gmagick::COLORSPACE_*
).
Errors/Exceptions
Throws an
GmagickException on error.