array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.setresolution.php', 1 => 'Imagick::setResolution', 2 => 'Sets the image resolution', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.setregistry.php', 1 => 'Imagick::setRegistry', ), 'next' => array ( 0 => 'imagick.setresourcelimit.php', 1 => 'Imagick::setResourceLimit', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/setresolution.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL imagick 2, PECL imagick 3)
Imagick::setResolution — Sets the image resolution
Sets the image resolution.
x_resolutionThe horizontal resolution.
y_resolutionThe vertical resolution.
Liefert true bei Erfolg.
Imagick::setResolution() must be called before loading or creating an image.