Imagick
PHP Manual

Imagick::setImageColorspace

(PECL imagick 2.0.0)

Imagick::setImageColorspaceSets the image colorspace

Descrição

bool Imagick::setImageColorspace ( int $colorspace )

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().

Parâmetros

colorspace

One of the COLORSPACE constants

Valor Retornado

Retorna TRUE no sucesso.

Erros

Lança ImagickException em caso de erro.


Imagick
PHP Manual