The Imagick class
PHP Manual

Imagick::getImageRedPrimary

(PECL imagick 2.0.0)

Imagick::getImageRedPrimaryReturns the chromaticity red primary point

Descrierea

array Imagick::getImageRedPrimary ( void )
Avertizare

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

Returns the chromaticity red primary point as an array with the keys "x" and "y".

Valorile întoarse

Returns the chromaticity red primary point as an 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