<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'gmagick.resampleimage.php',
    1 => 'Gmagick::resampleimage',
    2 => 'Изменяет разрешение изображения до желаемого',
  ),
  'up' => 
  array (
    0 => 'class.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'gmagick.removeimageprofile.php',
    1 => 'Gmagick::removeimageprofile',
  ),
  'next' => 
  array (
    0 => 'gmagick.resizeimage.php',
    1 => 'Gmagick::resizeimage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/gmagick/gmagick/resampleimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gmagick.resampleimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Gmagick::resampleimage</h1>
  <p class="verinfo">(PECL gmagick &gt;= Unknown)</p><p class="refpurpose"><span class="refname">Gmagick::resampleimage</span> &mdash; <span class="dc-title">Изменяет разрешение изображения до желаемого</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gmagick.resampleimage-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Gmagick::resampleimage</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$xResolution</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$yResolution</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">$filter</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$blur</code></span><br>): <span class="type"><a href="class.gmagick.php" class="type Gmagick">Gmagick</a></span></div>

  <p class="simpara">
   Изменяет разрешение изображения до желаемого.
  </p>



 </div>


 <div class="refsect1 parameters" id="refsect1-gmagick.resampleimage-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">xResolution</code></dt>
    <dd>
     <span class="simpara">
      Новое разрешение по оси x.
     </span>
    </dd>
   
   
    <dt><code class="parameter">yResolution</code></dt>
    <dd>
     <span class="simpara">
      Новое разрешение по оси y.
     </span>
    </dd>
   
   
    <dt><code class="parameter">filter</code></dt>
    <dd>
     <span class="simpara">
      Фильтр изображений для использования.
     </span>
    </dd>
   
   
    <dt><code class="parameter">blur</code></dt>
    <dd>
     <span class="simpara">
      Коэффициент размытия, где больше значение больше 1 делает изображение
      более размытым, значение меньше 1 - менее размытым.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gmagick.resampleimage-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="simpara">
   Объект <span class="classname"><a href="class.gmagick.php" class="classname">Gmagick</a></span> в случае успешного выполнения.
  </p>
 </div>


  <div class="refsect1 errors" id="refsect1-gmagick.resampleimage-errors">
  <h3 class="title">Ошибки</h3>
  <p class="simpara">
   Вызывает
<span class="classname"><strong class="classname">GmagickException</strong></span>, если возникла ошибка.
  </p>
 </div>


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