betz            Sun Jul 28 08:27:50 2002 EDT

  Modified files:              
    /phpdoc/en/features images.xml 
  Log:
  added link to image functions
  
  
Index: phpdoc/en/features/images.xml
diff -u phpdoc/en/features/images.xml:1.16 phpdoc/en/features/images.xml:1.17
--- phpdoc/en/features/images.xml:1.16  Sat Mar 30 15:56:30 2002
+++ phpdoc/en/features/images.xml       Sun Jul 28 08:27:50 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
  <chapter id="features.images">
   <title>Creating and manipulating images</title>
 
@@ -7,8 +7,9 @@
    PHP is not limited to creating just HTML output.  It can also be
    used to create and manipulate image files in a variety of different
    image formats, including gif, png, jpg, wbmp, and xpm. Even more
-   convenient, php can output image streams directly to a browser. You
-   will need to compile PHP with the GD library of image functions for
+   convenient, PHP can output image streams directly to a browser. You
+   will need to compile PHP with the
+   <link linkend="ref.image">GD library of image functions</link> for
    this to work. GD and PHP may also require other libraries, depending
    on which image formats you want to work with. GD stopped supporting 
    Gif images in version 1.6.
@@ -34,7 +35,7 @@
    </example>
 
    This example would be called from a page with a tag like: &lt;img
-   src=&quot;button.php?text&quot;&gt; The above button.php script
+   src=&quot;button.php?text&quot;&gt;. The above button.php script
    then takes this &quot;text&quot; string an overlays it on top of a
    base image which in this case is &quot;images/button1.png&quot;
    and outputs the resulting image.  This is a very convenient way to



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to