Forum und email

Imagick::getImageChannelStatistics

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

Imagick::getImageChannelStatistics — Returns statistics for each channel in the image

Описание

array Imagick::getImageChannelStatistics ( void )
Warning

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Warning

Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.

Returns statistics for each channel in the image. The statistics incude the channel depth, its minima and maxima, the mean, and the standard deviation. You can access the red channel mean, for example, like this:

Список параметров

Возвращаемые значения

Returns TRUE on success.