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

contributors($setup);

?>
<div id="gmagick.requirements" class="section">
  <h2 class="title">Anforderungen</h2>
  <p class="simpara">
   This extension works best with GraphicsMagick version 1.4+.
   Gmagick should work with earlier versions up to GraphicsMagick 1.2.6 but
   some features and formats are not supported for these versions.
   Windows version of GraphicsMagick is available from the GraphicsMagick
   website. To read about the difference between ImageMagick and GraphicsMagick,
   check the <a href="http://www.graphicsmagick.org/FAQ.html#how-does-graphicsmagick-differ-from-imagemagick" class="link external">&raquo;&nbsp;FAQ</a>.
 </p>
 </div><?php manual_footer($setup); ?>