<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.imagick.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.clipimagepath.php', 1 => 'Imagick::clipImagePath', 2 => 'Clips along the named paths from the 8BIM profile, if present', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.clipimage.php', 1 => 'Imagick::clipImage', ), 'next' => array ( 0 => 'imagick.clippathimage.php', 1 => 'Imagick::clipPathImage', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/clipimagepath.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagick.clipimagepath" class="refentry"> <div class="refnamediv"> <h1 class="refname">Imagick::clipImagePath</h1> <p class="verinfo">(PECL imagick 2 >= 2.3.0, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::clipImagePath</span> — <span class="dc-title">Clips along the named paths from the 8BIM profile, if present</span></p> </div> <div class="refsect1 description" id="refsect1-imagick.clipimagepath-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>Imagick::clipImagePath</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$pathname</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$inside</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div> <p class="para rdfs-comment"> Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. Id may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. </p> <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.</p></div> </div> <div class="refsect1 parameters" id="refsect1-imagick.clipimagepath-parameters"> <h3 class="title">Parameter-Liste</h3> <dl> <dt><code class="parameter">pathname</code></dt> <dd> <p class="para"> </p> </dd> <dt><code class="parameter">inside</code></dt> <dd> <p class="para"> </p> </dd> </dl> </div> <div class="refsect1 returnvalues" id="refsect1-imagick.clipimagepath-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> </p> </div> </div><?php manual_footer($setup); ?>