update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the image colorspace

Gmagick::setimagecolorspace

(PECL gmagick >= Unknown)

Gmagick::setimagecolorspaceSets the image colorspace

설명

public Gmagick Gmagick::setimagecolorspace ( int $colorspace )

Sets the image colorspace.

인수

colorspace

The image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSLColorspace, or HWBColorspace.

반환값

The Gmagick object on success

오류/예외

Throws an GmagickException on error.