array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'gmagick.getsize.php', 1 => 'Gmagick::getsize', 2 => 'Returns the size associated with the Gmagick object', ), 'up' => array ( 0 => 'class.gmagick.php', 1 => 'Gmagick', ), 'prev' => array ( 0 => 'gmagick.getsamplingfactors.php', 1 => 'Gmagick::getsamplingfactors', ), 'next' => array ( 0 => 'gmagick.getversion.php', 1 => 'Gmagick::getversion', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagick/getsize.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Beschreibung

public Gmagick::getsize(): array

Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.