jimw            Tue Jan  1 20:13:11 2002 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  {jpeg,png}2wbmp: add mysterious threshold parameter to prototype; various: remove 
goofy redundant text
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.73 phpdoc/en/functions/image.xml:1.74
--- phpdoc/en/functions/image.xml:1.73  Sun Dec 30 11:36:45 2001
+++ phpdoc/en/functions/image.xml       Tue Jan  1 20:13:10 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -159,7 +159,7 @@
     <function>Image2WBMP</function> creates the
     <acronym>WBMP</acronym> file in filename from the image
     <parameter>im</parameter>. The <parameter>im</parameter> argument
-    is the return from the <function>ImageCreate</function> function.
+    is the return from <function>ImageCreate</function>.
    </para>
    <para>
     The filename argument is optional, and if left off, the raw image
@@ -167,13 +167,13 @@
     By sending an <acronym>image/vnd.wap.wbmp</acronym> content-type
     using <function>header</function>, you can create
     a PHP script that outputs WBMP images directly.
-    <note>
-     <para>
-      WBMP support is only available in PHP if PHP was compiled
-      against GD-1.8 or later.
-     </para>
-    </note>
    </para>
+   <note>
+    <para>
+     WBMP support is only available if PHP was compiled
+     against GD-1.8 or later.
+    </para>
+   </note>
    <para>
     See also <function>ImageWBMP</function>.
    </para>
@@ -1501,13 +1501,13 @@
 ]]>
       </programlisting>
      </example>
-     <note>
-      <para>
-       WBMP support is only available in PHP if PHP was compiled
-       against GD-1.8 or later.
-      </para>
-     </note>
     </para>
+    <note>
+     <para>
+      WBMP support is only available if PHP was compiled
+      against GD-1.8 or later.
+     </para>
+    </note>
    </refsect1>
   </refentry>
   
@@ -1995,7 +1995,7 @@
     </para>
     <note>
      <para>
-      JPEG support is only available in PHP if PHP was compiled
+      JPEG support is only available if PHP was compiled
       against GD-1.8 or later.
      </para>
     </note>
@@ -2052,7 +2052,7 @@
      a PHP script that outputs WBMP images directly.
      <note>
       <para>
-       WBMP support is only available in PHP if PHP was compiled
+       WBMP support is only available if PHP was compiled
        against GD-1.8 or later.
       </para>
      </note>
@@ -3318,6 +3318,7 @@
       <paramdef>string <parameter>wbmpname</parameter></paramdef>
       <paramdef>int <parameter>d_height</parameter></paramdef>
       <paramdef>int <parameter>d_width</parameter></paramdef>
+      <paramdef>int <parameter>threshold</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
@@ -3330,7 +3331,7 @@
     <para>
      <note>
       <para>
-       WBMP support is only available in PHP if PHP was compiled
+       WBMP support is only available if PHP was compiled
        against GD-1.8 or later.
       </para>
      </note>
@@ -3357,6 +3358,7 @@
       <paramdef>string <parameter>wbmpname</parameter></paramdef>
       <paramdef>int <parameter>d_height</parameter></paramdef>
       <paramdef>int <parameter>d_width</parameter></paramdef>
+      <paramdef>int <parameter>threshold</parameter></paramdef>
      </funcprototype>
     </funcsynopsis>
     <para>
@@ -3369,7 +3371,7 @@
     <para>
      <note>
       <para>
-       WBMP support is only available in PHP if PHP was compiled
+       WBMP support is only available if PHP was compiled
        against GD-1.8 or later.
       </para>
      </note>


Reply via email to