betz Thu Oct 5 10:53:33 2006 UTC
Modified files: /phpdoc/en/reference/image reference.xml Log: move exif info to intro, rewording http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/reference.xml?r1=1.27&r2=1.28&diff_format=u Index: phpdoc/en/reference/image/reference.xml diff -u phpdoc/en/reference/image/reference.xml:1.27 phpdoc/en/reference/image/reference.xml:1.28 --- phpdoc/en/reference/image/reference.xml:1.27 Tue Jun 6 15:10:33 2006 +++ phpdoc/en/reference/image/reference.xml Thu Oct 5 10:53:33 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.27 $ --> +<!-- $Revision: 1.28 $ --> <!-- Purpose: utilspec.image --> <!-- Membership: bundled --> @@ -26,11 +26,20 @@ <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;