<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.image.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.imagesetinterpolation.php',
    1 => 'imagesetinterpolation',
    2 => 'Ara değerleme y&ouml;ntemini tanımlar',
  ),
  'up' => 
  array (
    0 => 'ref.image.php',
    1 => 'GD ve G&ouml;r&uuml;nt&uuml; İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.imagesetclip.php',
    1 => 'imagesetclip',
  ),
  'next' => 
  array (
    0 => 'function.imagesetpixel.php',
    1 => 'imagesetpixel',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/image/functions/imagesetinterpolation.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.imagesetinterpolation" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">imagesetinterpolation</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">imagesetinterpolation</span> &mdash; <span class="dc-title">Ara değerleme yöntemini tanımlar</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.imagesetinterpolation-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>imagesetinterpolation</strong></span>(<span class="methodparam"><span class="type"><a href="class.gdimage.php" class="type GdImage">GdImage</a></span> <code class="parameter">$görüntü</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$yöntem</code><span class="initializer"> = <strong><code><a href="image.constants.php#constant.img-bilinear-fixed">IMG_BILINEAR_FIXED</a></code></strong></span></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Ara değerleme yöntemini tanımlar. Atanan ara değerleme yöntemi
   <span class="function"><a href="function.imagerotate.php" class="function">imagerotate()</a></span> gibi çeşitli GD işlevlerini etkiler.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.imagesetinterpolation-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
<dt><code class="parameter">görüntü</code></dt>
<dd><p class="para"><span class="function"><a href="function.imagecreatetruecolor.php" class="function">imagecreatetruecolor()</a></span> gibi bir görüntü
oluşturma işlevinden dönen bir <span class="classname"><a href="class.gdimage.php" class="classname">GdImage</a></span> nesnesi.
</p></dd>
    
     <dt><code class="parameter">yöntem</code></dt>
     <dd>
      <p class="para">
       Ara değerleme yöntemi şunlaredan biri olabilir:
       <ul class="itemizedlist">
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bell">IMG_BELL</a></code></strong>: Çan süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bessel">IMG_BESSEL</a></code></strong>: Bessel süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bicubic">IMG_BICUBIC</a></code></strong>: Çift kübik ara değerlemesi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bicubic-fixed">IMG_BICUBIC_FIXED</a></code></strong>: Çift kübik ara değerlemesinin sabit nokta uygulaması.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bilinear-fixed">IMG_BILINEAR_FIXED</a></code></strong>: Çift doğrusal ara değerlemesinin sabit nokta uygulaması. (<code class="literal">öntanımlıdır (ayrıca görüntü oluşturmada)</code>).
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-blackman">IMG_BLACKMAN</a></code></strong>: Blackman pencere işlevi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-box">IMG_BOX</a></code></strong>: Kutu bulanıklığı süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-bspline">IMG_BSPLINE</a></code></strong>: Yivli ara değerleme.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-catmullrom">IMG_CATMULLROM</a></code></strong>: Kübik Hermit yivli ara değerleme.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-gaussian">IMG_GAUSSIAN</a></code></strong>: Gauss işlevi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-generalized-cubic">IMG_GENERALIZED_CUBIC</a></code></strong>: Genelleştirilmiş kübik yivli fraktal ara değerlemesi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-hermite">IMG_HERMITE</a></code></strong>: Hermit ara değerlemesi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-hamming">IMG_HAMMING</a></code></strong>: Abartma süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-hanning">IMG_HANNING</a></code></strong>: Hanning süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-mitchell">IMG_MITCHELL</a></code></strong>: Mitchell süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-power">IMG_POWER</a></code></strong>: Güç ara değerlemesi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-quadratic">IMG_QUADRATIC</a></code></strong>: İkinci dereceden ters ara değerleme.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-sinc">IMG_SINC</a></code></strong>: Sinc işlevi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-nearest-neighbour">IMG_NEAREST_NEIGHBOUR</a></code></strong>: En yakın komşu ara değerlemesi.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-weighted4">IMG_WEIGHTED4</a></code></strong>: Ağırlıklandırma  süzgeci.
         </span>
        </li>
        <li class="listitem">
         <span class="simpara">
          <strong><code><a href="image.constants.php#constant.img-triangle">IMG_TRIANGLE</a></code></strong>: Üçgen ara değerlemesi.
         </span>
        </li>
       </ul>
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.imagesetinterpolation-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.imagesetinterpolation-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
 <td>8.0.0</td>
 <td>
  <code class="parameter">görüntü</code> bağımsız değişkeninde artık
  bir <span class="classname"><a href="class.gdimage.php" class="classname">GdImage</a></span> nesnesi aktarmak gerekiyor; evvelce
  <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> türünde geçerli bir <code class="literal">gd</code> değeri
  gerekirdi.
 </td>
</tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 examples" id="refsect1-function.imagesetinterpolation-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 - <span class="function"><strong>imagesetinterpolation()</strong></span> örneği</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">// Görüntüyü yükle<br /></span><span style="color: #0000BB">$görüntü </span><span style="color: #007700">= </span><span style="color: #0000BB">imagecreate</span><span style="color: #007700">(</span><span style="color: #0000BB">500</span><span style="color: #007700">, </span><span style="color: #0000BB">500</span><span style="color: #007700">);<br /><br /></span><span style="color: #FF8000">// Öntanımlı ara değerleme: IMG_BILINEAR_FIXED<br />// 'Mitchell' süzgecine geç:<br /></span><span style="color: #0000BB">imagesetinterpolation</span><span style="color: #007700">(</span><span style="color: #0000BB">$görüntü</span><span style="color: #007700">, </span><span style="color: #0000BB">IMG_MITCHELL</span><span style="color: #007700">);<br /><br /></span><span style="color: #FF8000">// $görüntü ile çalışmaya devam...<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.imagesetinterpolation-notes">
  <h3 class="title">Notlar</h3>
  <p class="para">
   Ara değerleme yöntemini değiştirmek, işlem sırasında aşağıdaki işlevleri
   etkiler:
   <ul class="itemizedlist">
    <li class="listitem">
     <span class="simpara">
      <span class="function"><a href="function.imageaffine.php" class="function">imageaffine()</a></span>
     </span>
    </li>
    <li class="listitem">
     <span class="simpara">
      <span class="function"><a href="function.imagerotate.php" class="function">imagerotate()</a></span>
     </span>
    </li>
   </ul>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.imagesetinterpolation-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.imagegetinterpolation.php" class="function" rel="rdfs-seeAlso">imagegetinterpolation()</a> - Ara değerleme y&ouml;ntemini d&ouml;nd&uuml;r&uuml;r</span></li>
  </ul>
 </div>


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