(PECL haru >= 0.0.1)
Get the name of the color space
string HaruImage::getColorSpace ( void )
Get the name of the color space.
Returns:
Returns the name of the color space of the image. The name is one of the following values:
- "DeviceGray"
- "DeviceRGB"
- "DeviceCMYK"
- "Indexed"
Exception:
Throws a HaruException on error.
Please login to continue.