<?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.setimageprofile.php', 1 => 'Imagick::setImageProfile', 2 => 'Adds a named profile to the Imagick object', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.setimagepage.php', 1 => 'Imagick::setImagePage', ), 'next' => array ( 0 => 'imagick.setimageproperty.php', 1 => 'Imagick::setImageProperty', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/setimageprofile.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagick.setimageprofile" class="refentry"> <div class="refnamediv"> <h1 class="refname">Imagick::setImageProfile</h1> <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::setImageProfile</span> — <span class="dc-title">Adds a named profile to the Imagick object</span></p> </div> <div class="refsect1 description" id="refsect1-imagick.setimageprofile-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>Imagick::setImageProfile</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$profile</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div> <p class="para rdfs-comment"> Adds a named profile to the Imagick object. If a profile with the same name already exists, it is replaced. This method differs from the Imagick::ProfileImage() method in that it does not apply any CMS color profiles. </p> </div> <div class="refsect1 parameters" id="refsect1-imagick.setimageprofile-parameters"> <h3 class="title">Parameter-Liste</h3> <p class="para"> <dl> <dt><code class="parameter">name</code></dt> <dd> <p class="para"> </p> </dd> <dt><code class="parameter">profile</code></dt> <dd> <p class="para"> </p> </dd> </dl> </p> </div> <div class="refsect1 returnvalues" id="refsect1-imagick.setimageprofile-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Liefert <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> bei Erfolg. </p> </div> <div class="refsect1 errors" id="refsect1-imagick.setimageprofile-errors"> <h3 class="title">Fehler/Exceptions</h3> <p class="para"> Wirft ImagickException bei Fehlern. </p> </div> </div><?php manual_footer($setup); ?>