The Imagick class
PHP Manual

Imagick::getImageWhitePoint

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

Imagick::getImageWhitePointReturns the chromaticy white point

Descrição

array Imagick::getImageWhitePoint ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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

Valor Retornado

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

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual