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