The Imagick class
PHP Manual

Imagick::getImageWhitePoint

(PECL imagick 2.0.0)

Imagick::getImageWhitePointReturns the chromaticity white point

Описание

array Imagick::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". Throw an ImagickException on error.

Грешки/Изключения

Хвърля ImagickException при грешка.


The Imagick class
PHP Manual