From 1a7ccd249090b2614e00613a048c254a2d42530b Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 5 Oct 2006 10:53:33 +0000 Subject: [PATCH] move exif info to intro, rewording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221173 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/reference.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/reference/image/reference.xml b/reference/image/reference.xml index cf0a821685..a363875ccb 100644 --- a/reference/image/reference.xml +++ b/reference/image/reference.xml @@ -1,5 +1,5 @@ - + @@ -25,12 +25,21 @@ PNG, SWF, TIFF and JPEG2000 images. + + With the exif extension, you are able + to work with information stored in headers of + JPEG and TIFF images. This way you can + read meta data generated by digital cameras. The exif + functions do not require the GD library. + + - 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 + exif extension. @@ -143,21 +152,13 @@ T1lib &url.t1lib;) - Support for Type 1 fonts. + Support for Postscript Type 1 fonts. - - - If you have PHP compiled with - you are able to work with information stored in headers of - JPEG and TIFF images. This way you can - read meta data generated by digital cameras as mentioned above. These - functions do not require the GD library. - &reference.image.configure;