Gmagick::setimagecolorspace

(PECL gmagick >= Unknown)

Gmagick::setimagecolorspaceSets the image colorspace

Beschreibung

publicGmagick::setimagecolorspace(int$colorspace): Gmagick

Sets the image colorspace.

Parameter-Liste

colorspace

One of the Colorspace constant (Gmagick::COLORSPACE_*).

Rückgabewerte

The Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

To Top