Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18554 программиста и 1740 роботов. Сейчас ищут 1357 программистов ...
Gmagick::getimagewhitepoint - Returns the chromaticity white point
Вернуться к: Gmagick
Gmagick::getimagewhitepoint
(PECL gmagick >= Unknown)
Gmagick::getimagewhitepoint — Returns the chromaticity white point
Описание
public array Gmagick::getimagewhitepoint
( void
)
Returns the chromaticity white point as an associative array with the keys "x" and "y".
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the chromaticity white point as an associative array with the keys "x" and "y".
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick