array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getquantumrange.php', 1 => 'Imagick::getQuantumRange', 2 => 'Returns the Imagick quantum range', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getquantumdepth.php', 1 => 'Imagick::getQuantumDepth', ), 'next' => array ( 0 => 'imagick.getregistry.php', 1 => 'Imagick::getRegistry', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getquantumrange.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getQuantumRange

(PECL imagick 2, PECL imagick 3)

Imagick::getQuantumRangeReturns the Imagick quantum range

Beschreibung

public static Imagick::getQuantumRange(): array

Returns the quantum range for the Imagick instance.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an associative array containing the quantum range as an int ("quantumRangeLong") and as a string ("quantumRangeString").

Fehler/Exceptions

Wirft ImagickException bei Fehlern.