array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimageresolution.php', 1 => 'Imagick::getImageResolution', 2 => 'Gets the image X and Y resolution', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagerenderingintent.php', 1 => 'Imagick::getImageRenderingIntent', ), 'next' => array ( 0 => 'imagick.getimagesblob.php', 1 => 'Imagick::getImagesBlob', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageresolution.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getImageResolution

(PECL imagick 2, PECL imagick 3)

Imagick::getImageResolutionGets the image X and Y resolution

Beschreibung

public Imagick::getImageResolution(): array

Gets the image X and Y resolution.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the resolution as an array.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.