(No version information available, might be only in CVS)
Imagick::getImageChannelStatistics — Returns statistics for each channel in the image
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях 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.