Imagick::setImageColorspace

Sets the image colorspace

Beschreibung

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.

Parameter-Liste

colorspace

One of the COLORSPACE constants

Rückgabewerte

Liefert TRUE bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.