The Imagick class
PHP Manual

Imagick::getImageWhitePoint

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

Imagick::getImageWhitePoint — Returns the chromaticy white point

Description

array Imagick::getImageWhitePoint ( void )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

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

Valeurs de retour

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

Erreurs / Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual