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

contributors($setup);

?>
<div id="intro.imagick" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Це розширення —
<em>ЕКСПЕРИМЕНТАЛЬНЕ</em>. Його поведінка, назви функцій та
документація можуть бути змінені без попередження в майбутніх випусках PHP.
Використання цього розширення є ризикованим для розробника.</p></div>
   Imagick is a native php extension to create and modify images using the
   ImageMagick API.
  </p>

  <div class="section" id="imagick.aboutimagemagick">
   <h2 class="title">About ImageMagick</h2>
   <p class="para">
    ImageMagick is a software suite to create, edit, and compose bitmap images.
    It can read, convert and write images in a variety of formats (over 100)
    including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
   </p>
   <p class="para">
    ImageMagick Studio LLC is a non-profit organization dedicated to making software imaging solutions freely available.
   </p>
  </div>


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