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