Date: 08/12/00
- Next message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc / configure.in html-locale.dsl html-locale.dsl.in"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DOC] Documentation Update Process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mrobinso Sat Aug 12 08:55:15 2000 EDT
Modified files:
/phpdoc/en/features images.xml
Log:
Updated the image features chapter a bit
Index: phpdoc/en/features/images.xml
diff -u phpdoc/en/features/images.xml:1.2 phpdoc/en/features/images.xml:1.3
--- phpdoc/en/features/images.xml:1.2 Thu Dec 9 16:34:39 1999
+++ phpdoc/en/features/images.xml Sat Aug 12 08:55:14 2000
@@ -1,11 +1,14 @@
<chapter id="features.images">
- <title>Creating GIF images</title>
+ <title>Creating and manipulating images</title>
<simpara>
PHP is not limited to creating just HTML output. It can also be
- used to create GIF image files, or even more convenient GIF image
- streams. You will need to compile PHP with the GD library of
- image functions for this to work.
+ 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
+ this to work. GD and PHP may also require other libraries, depending
+ on which image formats you want to work with.
</simpara>
<para>
@@ -26,7 +29,7 @@
</example>
This example would be called from a page with a tag like: <img
- src="button.php3?text"> The above button.php3 script
+ src="button.php?text"> The above button.php script
then takes this "text" string an overlays it on top of a
base image which in this case is "images/button1.gif"
and outputs the resulting image. This is a very convenient way to
- Next message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc / configure.in html-locale.dsl html-locale.dsl.in"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DOC] Documentation Update Process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

