slawek          Fri Apr  5 05:22:18 2002 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  Some small fixes.
  
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.84 phpdoc/en/functions/image.xml:1.85
--- phpdoc/en/functions/image.xml:1.84  Thu Apr  4 08:04:27 2002
+++ phpdoc/en/functions/image.xml       Fri Apr  5 05:22:17 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.84 $ -->
+<!-- $Revision: 1.85 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -55,7 +55,7 @@
    <para>
     <function>exif_imagetype</function> 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 <function>GetImageSize</function> returns in index 2 but this
     function is much faster.
    </para>
@@ -299,7 +299,7 @@
     Both parameters <parameter>width</parameter> and <parameter>height</parameter> are
     available since PHP 4.3 and return the size of the thumbnail. It is possible that
     <function>exif_thumbnail</function> cannot create and image but determine the its
-    size. In this case the return value is false but <parameter>width</parameter> and
+    size. In this case the return value is &false; but <parameter>width</parameter> 
+and
     <parameter>height</parameter> are set.
    </para>
    <para>
@@ -482,7 +482,7 @@
     </methodsynopsis>
    <para>
     <function>ImageAlphaBlending</function> 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 <function>ImageSetPixel</function> determines how much of the
     underlying color should be allowed to shine through.  As a result, gd
@@ -1376,7 +1376,7 @@
  <refentry id="function.imagecreatetruecolor">
   <refnamediv>
    <refname>ImageCreateTrueColor</refname>
-   <refpurpose>Create a new &true; color image</refpurpose>
+   <refpurpose>Create a new true color image</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
@@ -1396,7 +1396,7 @@
   <refentry id="function.imagetruecolortopalette">
    <refnamediv>
     <refname>ImageTrueColorToPalette</refname>
-    <refpurpose>Convert a &true; color image to a palette image</refpurpose>
+    <refpurpose>Convert a true color image to a palette image</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>


Reply via email to