Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16170 программистов и 1779 роботов. Сейчас ищут 1804 программиста ...
Gmagick::getimageextrema - Gets the extrema for the image
Вернуться к: Gmagick
Gmagick::getimageextrema
(PECL gmagick >= Unknown)
Gmagick::getimageextrema — Gets the extrema for the image
Описание
public array Gmagick::getimageextrema
( void
)
Returns an associative array with the keys "min" and "max". Вызывает GmagickException при ошибке.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an associative array with the keys "min" and "max".
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick