array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimageregion.php', 1 => 'Imagick::getImageRegion', 2 => 'Extracts a region of the image', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimageredprimary.php', 1 => 'Imagick::getImageRedPrimary', ), 'next' => array ( 0 => 'imagick.getimagerenderingintent.php', 1 => 'Imagick::getImageRenderingIntent', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageregion.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::getImageRegion — Extracts a region of the image
Extracts a region of the image and returns it as a new Imagick object.
widthThe width of the extracted region.
heightThe height of the extracted region.
xX-coordinate of the top-left corner of the extracted region.
yY-coordinate of the top-left corner of the extracted region.
Extracts a region of the image and returns it as a new wand.
Wirft ImagickException bei Fehlern.