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