[PHP-DOC] cvs: phpdoc /en/functions image.xml From: Derick Rethans (d.rethans <email protected>)
Date: 10/17/01

derick Wed Oct 17 02:32:19 2001 EDT

  Modified files:
    /phpdoc/en/functions image.xml
  Log:
  - Added note about ImageInterlace and progressive JPEGs
  
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.57 phpdoc/en/functions/image.xml:1.58
--- phpdoc/en/functions/image.xml:1.57 Thu Sep 27 08:53:44 2001
+++ phpdoc/en/functions/image.xml Wed Oct 17 02:32:18 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -1731,10 +1731,15 @@
      Default is to 100.
     </para>
     <para>
+ If you want to output Progressive JPEGs, you need to set interlacing
+ on with the <function>ImageInterlace</function>.
+ </para>
+ <para>
      See also
      <function>ImagePNG</function>,
      <function>ImageGIF</function>,
- <function>ImageWBMP</function> and
+ <function>ImageWBMP</function>,
+ <function>ImageInterlace</funtion> and
      <function>ImageTypes</function>.
     </para>
    </refsect1>
@@ -1804,7 +1809,11 @@
      is 0 the interlace bit is turned off.
     </para>
     <para>
- This functions returns whether the interlace bit is set for the
+ If the interlace bit is set and the image is used as a JPEG image,
+ the image is created as a progressive JPEG.
+ </para>
+ <para>
+ This function returns whether the interlace bit is set for the
      image.
     </para>
    </refsect1>