From 549a07f8e061e2b1af8e05b21dac70f1763f614b Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Fri, 5 Apr 2002 10:22:17 +0000 Subject: [PATCH] Some small fixes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76668 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 7dd000348c..01c84fe35a 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -55,7 +55,7 @@ exif_imagetype reads the first bytes of an image and checks its signature. When a correct signature is found a constant will be - returned otherwise the return value is &false; The return value is the same + returned otherwise the return value is &false;. The return value is the same value that GetImageSize returns in index 2 but this function is much faster. @@ -299,7 +299,7 @@ THUMBNAIL.Thumbnail.Height: 1 Both parameters width and height are available since PHP 4.3 and return the size of the thumbnail. It is possible that exif_thumbnail cannot create and image but determine the its - size. In this case the return value is false but width and + size. In this case the return value is &false; but width and height are set. @@ -482,7 +482,7 @@ THUMBNAIL.Thumbnail.Height: 1 ImageAlphaBlending allows for two different - modes of drawing on truecolor images. In blending mode, the + modes of drawing on truecolor images. In blending mode, the alpha channel component of the color supplied to all drawing function, such as ImageSetPixel determines how much of the underlying color should be allowed to shine through. As a result, gd @@ -1376,7 +1376,7 @@ ImagePng ($im); ImageCreateTrueColor - Create a new &true; color image + Create a new true color image Description @@ -1396,7 +1396,7 @@ ImagePng ($im); ImageTrueColorToPalette - Convert a &true; color image to a palette image + Convert a true color image to a palette image Description