Imagick::setImageColorspace
(PECL imagick 2.0.0)
Imagick::setImageColorspace — Sets the image colorspace
说明
Imagick::setImageColorspace
( int
$colorspace
) : boolSets 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().
返回值
成功时返回 TRUE
。
错误/异常
错误时抛出 ImagickException。