<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'imagick.coalesceimages.php',
    1 => 'Imagick::coalesceImages',
    2 => '複数の画像を合成する',
  ),
  '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' => 'ja',
    '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">複数の画像を合成する</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.coalesceimages-description">
  <h3 class="title">説明</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">
   ページオフセットや処理方法を指定して、複数の画像を合成します。
   典型的な使用例としては、たとえば GIF や MIFF、MNG といった画像シーケンスを最初に背景として指定し、
   それ以降にさまざまなサイズやオフセットの画像を合成するというものがあります。
   戻り値は、新規 Imagick オブジェクトとなります。
   シーケンスの各画像のサイズは、最初の画像のサイズと同じになります。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.coalesceimages-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.coalesceimages-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   成功した場合に新規 Imagick オブジェクトを返します。
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.coalesceimages-errors">
  <h3 class="title">エラー / 例外</h3>
  <p class="para">
   エラー時に ImagickException をスローします。
  </p>
 </div>


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