<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/image.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'image.requirements.php',
    1 => 'Gereksinimler',
    2 => 'Gereksinimler',
  ),
  'up' => 
  array (
    0 => 'image.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'prev' => 
  array (
    0 => 'image.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'next' => 
  array (
    0 => 'image.installation.php',
    1 => 'Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/image/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="image.requirements" class="section">
  <h2 class="title">Gereksinimler</h2>
  <p class="para">
   <abbr title="Graphics Draw">GD</abbr> kütüphanesi (<a href="http://www.libgd.org/" class="link external">&raquo;&nbsp;
   http://www.libgd.org/</a> adresinden edinilebilir) kuruluysa görüntülerde değişiklik
   yapmak veya yenilerini oluşturmak mümkündür.
  </p>
  <p class="para">
   Üzerinde işlem yapaılabilecek görüntü biçemleri kurulu <abbr title="Graphics Draw">GD</abbr>
   kütüphanesine ve <abbr title="Graphics Draw">GD</abbr>&#039;nin bu biçemlere erişmesini sağlayan
   diğer kütüphanelere bağlıdır.
   <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
    <span class="simpara">
     libgd-2.1.0 ve üstü gerekse de, PHP paketiyle gelmekte olan
     <abbr title="Graphics Draw">GD</abbr> kütüphanesi de kullanılabilir.
    </span>
   </p></blockquote>
   <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
    <span class="simpara">
     <abbr title="Graphics Draw">GD</abbr> kütüphanesi zlib &gt;= 1.2.0.4 gerektirir.
    </span>
   </p></blockquote>
  </p>
  <p class="para">
   <abbr title="Graphics Draw">GD</abbr> yetenekleri daha fazla görüntü biçemini destekleyecek
   şekilde genişletilebilir.
   <table class="doctable table">
   <caption><strong>Desteklenen görüntü biçemleri</strong></caption>
    
     <thead>
      <tr>
       <th>Görüntü biçemi</th>
       <th>İndirilecek kütüphane</th>
       <th>Ek bilgiler</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td><code class="literal">gif</code></td>
       <td class="empty">&nbsp;</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td><code class="literal">avif</code></td>
       <td class="empty">&nbsp;</td>
       <td class="empty">&nbsp;</td>
      </tr>

      <tr>
       <td><code class="literal">jpeg</code></td>
       <td><a href="http://www.ijg.org/" class="link external">&raquo;&nbsp;http://www.ijg.org/</a></td>
       <td>
        PHP&#039;yi jpeg kütüphanesini derlemek için
        yapılandırırken <strong class="option configure">--enable-shared</strong>
        seçeneği kullanılmalıdır. Bu yapılmazsa, PHP&#039;yi derlemek için
        yapılandırırken <code class="literal">libjpeg.(a|so) bulunamadı</code> anlamında
        bir hata iletisi çıktılanır.
       </td>
      </tr>

      <tr>
       <td><code class="literal">png</code></td>
       <td><a href="http://www.libpng.org/pub/png/libpng.html" class="link external">&raquo;&nbsp;http://www.libpng.org/pub/png/libpng.html</a></td>
       <td>
        Sadece gd-1.6&#039;dan yeni <abbr title="Graphics Draw">GD</abbr> sürümlerince
        desteklenmektedir.
       </td>
      </tr>

      <tr>
       <td><code class="literal">xpm</code></td>
       <td><a href="http://www.ibiblio.org/pub/Linux/libs/X/!INDEX.html" class="link external">&raquo;&nbsp;http://www.ibiblio.org/pub/Linux/libs/X/!INDEX.html</a></td>
       <td>
        Sisteminizde X pencere sistemi kuruluysa bu kütüphane de kurulu
        demektir.
       </td>
      </tr>

      <tr>
       <td><code class="literal">webp</code></td>
       <td class="empty">&nbsp;</td>
       <td class="empty">&nbsp;</td>
      </tr>

     </tbody>
    
   </table>

  </p>

  <p class="para">
   Daha fazla yazı tipini destekleyecek şekilde <abbr title="Graphics Draw">GD</abbr>
   yeteneklerini genişletebilirsiniz.
   <a href="http://www.freetype.org/" class="link external">&raquo;&nbsp;FreeType 2</a> kütüphanesi
   desteklenmektedir.
  </p>
 </div><?php manual_footer($setup); ?>