Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18436 программистов и 1738 роботов. Сейчас ищут 1362 программиста ...
Imagick::getImageExtrema - Gets the extrema for the image
Вернуться к: Imagick
Imagick::getImageExtrema
(PECL imagick 2.0.0)
Imagick::getImageExtrema — Gets the extrema for the image
Описание
array Imagick::getImageExtrema
( void
)
Gets the extrema for the image. Returns an associative array with the keys "min" and "max".
Возвращаемые значения
Returns an associative array with the keys "min" and "max".
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick