Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 7855

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Creates a composite image</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="imagick.modulateimage.html">Imagick::modulateImage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="imagick.morphimages.html">Imagick::morphImages</a></div>
 <div class="up"><a href="class.imagick.html">Imagick</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="imagick.montageimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::montageImage</h1>
  <p class="verinfo">(PECL imagick 2.0.0)</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">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><a href="class.imagick.html" class="type Imagick">Imagick</a></span> <span class="methodname"><strong>Imagick::montageImage</strong></span>
    ( <span class="methodparam"><span class="type"><a href="class.imagickdraw.html" class="type ImagickDraw">ImagickDraw</a></span> <code class="parameter">$draw</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$tile_geometry</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$thumbnail_geometry</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$mode</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$frame</code></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">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">draw</code></em></span>
     <dd>

      <p class="para">
       The font name, size, and color are obtained from this object.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">tile_geometry</code></em></span>
     <dd>

      <p class="para">
       The number of tiles per row and page (e.g. 6x4+0+0).
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">thumbnail_geometry</code></em></span>
     <dd>

      <p class="para">
       Preferred image size and border size of each thumbnail
       (e.g. 120x120+4+3&gt;).
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">mode</code></em></span>
     <dd>

      <p class="para">
       Thumbnail framing mode, see <a href="imagick.constants.html#imagick.constants.montagemode" class="link">Montage Mode constants</a>.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">frame</code></em></span>
     <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>

    </dt>

   </dl>

  </p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-imagick.montageimage-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success.
  </p>
 </div>

 
</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="imagick.modulateimage.html">Imagick::modulateImage</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="imagick.morphimages.html">Imagick::morphImages</a></div>
 <div class="up"><a href="class.imagick.html">Imagick</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>