Imagick::getImageChannelStatistics
PHP Manual
PHP Manual»Imagick»Imagick::getImageChannelStatistics

Imagick::getImageChannelStatistics

(PECL imagick 2, PECL imagick 3)

Imagick::getImageChannelStatisticsReturns statistics for each channel in the image

Опис

public function Imagick::getImageChannelStatistics(): array

Returns statistics for each channel in the image. The statistics include the channel depth, its minima and maxima, the mean, and the standard deviation.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Повертає true в разі успіху.

To Top