<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- Purpose: utilspec.image -->
<!-- Membership: bundled -->

<reference id="ref.exif">
 <title>Exif Functions</title>
 <titleabbrev>Exif</titleabbrev>

 <partintro>
   <section id="exif.intro">
    &reftitle.intro;
    <para>
     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 of 
     the <acronym>JPEG</acronym> and <acronym>TIFF</acronym> images.
    </para>
   </section>

   <section id="exif.requirements">
    &reftitle.required;
    <para>
     Your PHP must be compiled in with <literal>--enable-exif</literal>.  
     PHP does not require any additional library for the exif module. Windows
     users must also have the <link linkend="ref.mbstring"> mbstring</link>
     extension enabled.
    </para>
   </section>

   &reference.exif.configure;

   &reference.exif.ini;

   <section id="exif.resources">
    &reftitle.resources;
    &no.resource;
   </section>

   &reference.exif.constants;

 </partintro>

 &reference.exif.functions;

 </reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->