|
Imagick::getImageChannelMean(PECL imagick 2.0.0) Imagick::getImageChannelMean — Gets the mean and standard deviation Описание
array Imagick::getImageChannelMean
( int $channel
)
Gets the mean and standard deviation of one or more image channels. Return value is an associative array with the keys "mean" and "standardDeviation". Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. |
|