array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'imagick.getimageextrema.php', 1 => 'Imagick::getImageExtrema', 2 => 'Gets the extrema for the image', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagedistortion.php', 1 => 'Imagick::getImageDistortion', ), 'next' => array ( 0 => 'imagick.getimagefilename.php', 1 => 'Imagick::getImageFilename', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageextrema.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getImageExtrema

(PECL imagick 2, PECL imagick 3)

Imagick::getImageExtremaGets 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 в разі помилки.