<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.utilspec.image.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.exif.php',
    1 => 'Exif',
    2 => 'Exchangeable image information',
  ),
  'up' => 
  array (
    0 => 'refs.utilspec.image.php',
    1 => 'Обробка та генерація зображень',
  ),
  'prev' => 
  array (
    0 => 'refs.utilspec.image.php',
    1 => 'Обробка та генерація зображень',
  ),
  'next' => 
  array (
    0 => 'exif.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/exif/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.exif.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.exif" class="book">
 
 <h1 class="title">Exchangeable image information</h1>
 

 
 <div id="intro.exif" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="simpara">
   With the exif extension you are able to work with image meta data.  For
   example, you may use exif functions to read meta data of pictures taken
   from digital cameras by working with information stored in the headers.
   These are commonly found in <abbr title="Joint Photographic Experts Group">JPEG</abbr> and
   <abbr title="Tagged Image File Format">TIFF</abbr> images.
  </p>
 </div>
 

 




 




 







<ul class="chunklist chunklist_book"><li><a href="exif.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="exif.requirements.php">Вимоги</a></li><li><a href="exif.installation.php">Встановлення</a></li><li><a href="exif.configuration.php">Налаштування під час виконання</a></li></ul></li><li><a href="exif.constants.php">Попередньо визначені константи</a></li><li><a href="ref.exif.php">Функції Exif</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.exif-imagetype.php">exif_imagetype</a> — Determine the type of an image</li><li><a href="function.exif-read-data.php">exif_read_data</a> — Reads the EXIF headers from an image file</li><li><a href="function.exif-tagname.php">exif_tagname</a> — Get the header name for an index</li><li><a href="function.exif-thumbnail.php">exif_thumbnail</a> — Retrieve the embedded thumbnail of an image</li><li><a href="function.read-exif-data.php">read_exif_data</a> — Псевдонім exif_read_data</li></ul></li></ul></div><?php manual_footer($setup); ?>