No libexif needed

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94033 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Marcus Boerger 2002-08-29 09:48:09 +00:00
parent 68ff43a5c3
commit 07cced0380

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@ -53,6 +53,11 @@
<acronym>JPEG</acronym> and <acronym>TIFF</acronym> images. This way you can
read meta data generated by digital cameras as mentioned above. These
functions does not require the <acronym>GD</acronym> library.
<note>
<simpara>
PHP does not require any additional library for exif the module.
</simpara>
</note>
</para>
</section>