mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
68ff43a5c3
commit
07cced0380
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue