Imagick::getImageExtrema
(PECL imagick 2, PECL imagick 3)
Imagick::getImageExtrema — Gets the extrema for the image
Внимание
Функция объявлена УСТАРЕВШЕЙ в Imagick 3.4.4. Полагаться на эту функцию крайне не рекомендуется.
Описание
public Imagick::getImageExtrema
(
) : array
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 при ошибке.