The Imagick class
PHP Manual

Imagick::getImageWhitePoint

(PECL imagick 2.0.0)

Imagick::getImageWhitePointReturns the chromaticity white point

Descrierea

array Imagick::getImageWhitePoint ( void )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

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

Valorile întoarse

Returns the chromaticity white point as an associative array with the keys "x" and "y". Emite un ImagickException în caz de eroare.

Erori/Excepții

Emite ImagickException în caz de eroare.


The Imagick class
PHP Manual