<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'imagick.montageimage.php',
    1 => 'Imagick::montageImage',
    2 => 'Creates a composite image',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.modulateimage.php',
    1 => 'Imagick::modulateImage',
  ),
  'next' => 
  array (
    0 => 'imagick.morphimages.php',
    1 => 'Imagick::morphImages',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/montageimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.montageimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::montageImage</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::montageImage</span> &mdash; <span class="dc-title">Creates a composite image</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-imagick.montageimage-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::montageImage</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="class.imagickdraw.php" class="type ImagickDraw">ImagickDraw</a></span> <code class="parameter">$draw</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$tile_geometry</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$thumbnail_geometry</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$mode</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$frame</code></span><br>): <span class="type"><a href="class.imagick.php" class="type Imagick">Imagick</a></span></div>

  <p class="para rdfs-comment">
   Creates a composite image by combining several separate images.
   The images are tiled on the composite image with the name of the
   image optionally appearing just below the individual tile.
  </p>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-imagick.montageimage-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">draw</code></dt>
     <dd>
      <p class="para">
       The font name, size, and color are obtained from this object.
      </p>
     </dd>
    
    
     <dt><code class="parameter">tile_geometry</code></dt>
     <dd>
      <p class="para">
       The number of tiles per row and page (e.g. 6x4+0+0).
      </p>
     </dd>
    
    
     <dt><code class="parameter">thumbnail_geometry</code></dt>
     <dd>
      <p class="para">
       Preferred image size and border size of each thumbnail
       (e.g. 120x120+4+3).
      </p>
     </dd>
    
    
     <dt><code class="parameter">mode</code></dt>
     <dd>
      <p class="para">
       Thumbnail framing mode, see <a href="imagick.constants.php#imagick.constants.montagemode" class="link">Montage Mode constants</a>.
      </p>
     </dd>
    
    
     <dt><code class="parameter">frame</code></dt>
     <dd>
      <p class="para">
       Surround the image with an ornamental border (e.g. 15x15+3+3). The
       frame color is that of the thumbnail&#039;s matte color.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-imagick.montageimage-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Creates a composite image and returns it as a new <span class="classname"><a href="class.imagick.php" class="classname">Imagick</a></span> object.
  </p>
 </div>

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