array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'imagick.clippathimage.php', 1 => 'Imagick::clipPathImage', 2 => 'Clips along the named paths from the 8BIM profile', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.clipimagepath.php', 1 => 'Imagick::clipImagePath', ), 'next' => array ( 0 => 'imagick.clone.php', 1 => 'Imagick::clone', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/clippathimage.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::clipPathImage — Clips along the named paths from the 8BIM profile
Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path.
pathnameThe name of the path
inside
If true later operations take effect inside clipping path.
Otherwise later operations take effect outside clipping path.
Повертає true в разі успіху.
Кидає ImagickException в разі помилки.