<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.gmagick.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.gmagick.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.gmagick.php',
    1 => 'Gmagick',
  ),
  'prev' => 
  array (
    0 => 'book.gmagick.php',
    1 => 'Gmagick',
  ),
  'next' => 
  array (
    0 => 'gmagick.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gmagick/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.gmagick" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Це розширення —
<em>ЕКСПЕРИМЕНТАЛЬНЕ</em>. Його поведінка, назви функцій та
документація можуть бути змінені без попередження в майбутніх випусках PHP.
Використання цього розширення є ризикованим для розробника.</p></div>
   Gmagick is a php extension to create, modify and obtain meta information of images using the GraphicsMagick API. 
  </p>
  <p class="para">
   GraphicsMagick prides itself as the swiss army knife of image processing. It works with over 88 major formats
   including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF.
  </p>
  <p class="para">
   Gmagick consists of a main Gmagick class, a GmagickDraw class which is in effect a drawing wand and a 
   GmagickPixel class of which instances represent a single pixel of an image (color, opacity).     
  </p>
</div><?php manual_footer($setup); ?>