From 1846bab5f13fb826df3c6708d61bed04d05a91d3 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 27 May 2003 19:17:51 +0000 Subject: [PATCH] Minor format fixes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128940 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/exif-thumbnail.xml | 69 +++++++++++--------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/reference/image/functions/exif-thumbnail.xml b/reference/image/functions/exif-thumbnail.xml index 8bccbc4460..c7d71cd058 100644 --- a/reference/image/functions/exif-thumbnail.xml +++ b/reference/image/functions/exif-thumbnail.xml @@ -1,5 +1,5 @@ - + @@ -21,24 +21,27 @@ will be returned. - The parameters width, height and - imagetype are available since PHP 4.3 and return the size - of the thumbnail as well as its type. It is possible that - exif_thumbnail cannot create an image but determine its - size. In this case the return value is &false; but width and + The parameters width, + height and imagetype are + available since PHP 4.3.0 and return the size of the thumbnail as well + as its type. It is possible that exif_thumbnail + cannot create an image but can determine its size. In this case, the + return value is &false; but width and height are set. - If you want to deliver thumbnails through this function you should send the - mimetype information using header function. The following - example demonstrates this: - - <function>exif_thumbnail</function> example - + If you want to deliver thumbnails through this function, you should send + the mimetype information using the header function. + The following example demonstrates this: + + + + <function>exif_thumbnail</function> example + ]]> - - + + - Starting from version PHP 4.3 the function exif_thumbnail can - return thumbnails in TIFF format. - - - - - This function is only available in PHP 4 compiled using - . - Its functionality and behaviour has changed in PHP 4.2 - - - This function does not require the GD image library. - - - See also exif_read_data and image_type_to_mime_type. - - + Starting from version PHP 4.3.0, the function + exif_thumbnail can return thumbnails in + TIFF format. + + + This function is only available in PHP 4 compiled using + . + Its functionality and behaviour has changed in PHP 4.2.0 + + + + + This function does not require the GD image library. + + + + See also exif_read_data and + image_type_to_mime_type. +