<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'imagick.combineimages.php',
    1 => 'Imagick::combineImages',
    2 => 'Объединяет одно или несколько изображений в одно изображение',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.colormatriximage.php',
    1 => 'Imagick::colorMatrixImage',
  ),
  'next' => 
  array (
    0 => 'imagick.commentimage.php',
    1 => 'Imagick::commentImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/imagick/imagick/combineimages.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.combineimages" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::combineImages</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::combineImages</span> &mdash; <span class="dc-title">Объединяет одно или несколько изображений в одно изображение</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.combineimages-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::combineImages</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$channelType</code></span>): <span class="type"><a href="class.imagick.php" class="type Imagick">Imagick</a></span></div>

  <p class="para rdfs-comment">
   Объединяет одно или несколько изображений в одно изображение. Значение
   оттенков серого пикселей каждого изображения в последовательности
   присваивается по порядку указанным каналам объединённого изображения.
   Типичный порядок: изображение 1 =&gt; красный, 2 =&gt; зелёный,
   3 =&gt; синий и т.д.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.combineimages-parameters">
  <h3 class="title">Список параметров</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">channelType</code></dt>
     <dd>
      <p class="para">
       Укажите любую константу CHANNEL, которая подходит для вашего режима канала.
       Для применения более чем к одному каналу объедините константы типа CHANNEL
       с помощью побитовых операторов. Обратитесь к этому списку
       <a href="imagick.constants.php#imagick.constants.channel" class="link">констант CHANNEL</a>.
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.combineimages-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Функция в случае успешной работы возвращает <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.combineimages-errors">
  <h3 class="title">Ошибки</h3>
  <p class="para">
   Функция выбрасывает исключение ImagickException, если возникла ошибка.
  </p>
 </div>


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