mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
move exif info to intro, rewording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221173 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dab69b4eda
commit
1a7ccd2490
1 changed files with 14 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- Purpose: utilspec.image -->
|
||||
<!-- Membership: bundled -->
|
||||
|
||||
|
@ -25,12 +25,21 @@
|
|||
<acronym>PNG</acronym>, <acronym>SWF</acronym>,
|
||||
<acronym>TIFF</acronym> and <acronym>JPEG2000</acronym> images.
|
||||
</para>
|
||||
<para>
|
||||
With the <link linkend="ref.exif">exif extension</link>, you are able
|
||||
to work with information stored in headers of
|
||||
<acronym>JPEG</acronym> and <acronym>TIFF</acronym> images. This way you can
|
||||
read meta data generated by digital cameras. The exif
|
||||
functions do not require the <acronym>GD</acronym> library.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<note>
|
||||
<simpara>
|
||||
Read requirements section about how to expand image capabilities
|
||||
to read, write and modify images and to read meta data of pictures
|
||||
taken by digital cameras.
|
||||
Read the requirements section about how to expand image capabilities
|
||||
to read, write and modify images. To read meta data of pictures
|
||||
taken by digital cameras you need the above mentioned
|
||||
<link linkend="ref.exif">exif extension</link>.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
|
@ -143,21 +152,13 @@
|
|||
<entry><literal>T1lib</literal></entry>
|
||||
<entry><ulink url="&url.t1lib;">&url.t1lib;</ulink>)</entry>
|
||||
<entry>
|
||||
Support for Type 1 fonts.
|
||||
Support for Postscript Type 1 fonts.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you have PHP compiled with <option role="configure">--enable-exif</option>
|
||||
you are able to work with information stored in headers of
|
||||
<acronym>JPEG</acronym> and <acronym>TIFF</acronym> images. This way you can
|
||||
read meta data generated by digital cameras as mentioned above. These
|
||||
functions do not require the <acronym>GD</acronym> library.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.image.configure;
|
||||
|
|
Loading…
Reference in a new issue