Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16112 программистов и 1772 робота. Сейчас ищут 1816 программистов ...
HaruImage::getColorSpace - Get the name of the color space
Вернуться к: HaruImage
HaruImage::getColorSpace
(PECL haru >= 0.0.1)
HaruImage::getColorSpace — Get the name of the color space
Описание
string HaruImage::getColorSpace
( void
)
Get the name of the color space.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the name of the color space of the image. The name is one of the following values:
- "DeviceGray"
- "DeviceRGB"
- "DeviceCMYK"
- "Indexed"
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruImage