<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'imagick.getimage.php',
    1 => 'Imagick::getImage',
    2 => 'Returns a new Imagick object',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.gethomeurl.php',
    1 => 'Imagick::getHomeURL',
  ),
  'next' => 
  array (
    0 => 'imagick.getimagealphachannel.php',
    1 => 'Imagick::getImageAlphaChannel',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/imagick/imagick/getimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.getimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::getImage</h1>
  <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImage</span> &mdash; <span class="dc-title">Returns a new Imagick object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.getimage-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImage</strong></span>(): <span class="type"><a href="class.imagick.php" class="type Imagick">Imagick</a></span></div>

  <p class="para rdfs-comment">
   Returns a new Imagick object with the current image sequence.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.getimage-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-imagick.getimage-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns a new Imagick object with the current image sequence.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-imagick.getimage-errors">
  <h3 class="title">Помилки/виключення</h3>
  <p class="para">
   Кидає ImagickException в разі помилки.
  </p>
 </div>


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