php8.5
Home/ Manual/ imagick / imagick/ Imagick::setImageColorspace

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

colorspace

One of the COLORSPACE constants

Return Values

Success

Errors/Exceptions

Throws

Source: reference/imagick/imagick/setimagecolorspace.xml · from the official PHP manual (php/doc-en)