<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'imagick.deleteimageartifact.php',
    1 => 'Imagick::deleteImageArtifact',
    2 => 'Delete image artifact',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.deconstructimages.php',
    1 => 'Imagick::deconstructImages',
  ),
  'next' => 
  array (
    0 => 'imagick.deleteimageproperty.php',
    1 => 'Imagick::deleteImageProperty',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/deleteimageartifact.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.deleteimageartifact" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::deleteImageArtifact</h1>
  <p class="verinfo">(PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::deleteImageArtifact</span> &mdash; <span class="dc-title">Delete image artifact</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.deleteimageartifact-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Imagick::deleteImageArtifact</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$artifact</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Deletes an artifact associated with the image.  The difference between image properties and 
   image artifacts is that properties are public and artifacts are private.
   This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.deleteimageartifact-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">artifact</code></dt>
     <dd>
      <p class="para">
       The name of the artifact to delete
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.deleteimageartifact-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> on success.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.deleteimageartifact-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="para">
   Throws ImagickException on error.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-imagick.deleteimageartifact-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="imagick.setimageartifact.php" class="function" rel="rdfs-seeAlso">Imagick::setImageArtifact()</a> - Set image artifact</span></li>
    <li><span class="function"><a href="imagick.getimageartifact.php" class="function" rel="rdfs-seeAlso">Imagick::getImageArtifact()</a> - Get image artifact</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>