Imagick::setImageColorspace

(PECL imagick 2, PECL imagick 3)

Imagick::setImageColorspaceSets 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().

參數(shù)

colorspace

One of the COLORSPACE constants

返回值

成功時返回 true。

錯誤/異常

錯誤時拋出 ImagickException。