Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16172 программиста и 1779 роботов. Сейчас ищут 1809 программистов ...
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