<?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.coalesceimages.php',
    1 => 'Imagick::coalesceImages',
    2 => 'Composites a set of images',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.clutimage.php',
    1 => 'Imagick::clutImage',
  ),
  'next' => 
  array (
    0 => 'imagick.colorfloodfillimage.php',
    1 => 'Imagick::colorFloodfillImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/coalesceimages.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.coalesceimages" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::coalesceImages</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::coalesceImages</span> &mdash; <span class="dc-title">Composites a set of images</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.coalesceimages-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::coalesceImages</strong></span>(): <span class="type"><a href="class.imagick.php" class="type Imagick">Imagick</a></span></div>

  <p class="para rdfs-comment">
   Composites a set of images while respecting any page offsets
   and disposal methods.  GIF, MIFF, and MNG animation sequences
   typically start with an image background and each subsequent
   image varies in size and offset.  Returns a new Imagick object
   where each image in the sequence is the same size as the first
   and composited with the next image in the sequence.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.coalesceimages-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.coalesceimages-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a new Imagick object on success.
  </p>
 </div>


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


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