2004-07-25 23:08:33 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
|
|
|
<!-- Purpose: utilspec.image -->
|
|
|
|
<!-- Membership: bundled -->
|
|
|
|
|
2004-07-25 23:08:33 +00:00
|
|
|
<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>.
|
2004-07-26 15:20:12 +00:00
|
|
|
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.
|
2004-07-25 23:08:33 +00:00
|
|
|
</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
|
|
|
|
-->
|