The Imagick class
PHP Manual

Imagick::getImageWhitePoint

(No version information available, might be only in CVS)

Imagick::getImageWhitePointReturns the chromaticy white point

Описание

array Imagick::getImageWhitePoint ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Returns the chromaticy white point as an associative array with the keys "x" and "y".

Возвращаемые значения

Returns the chromaticy white point as an associative array with the keys "x" and "y", throws ImagickException on error.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual