From ba2b779fbb28544cdb3d8016204e4a7b1872a679 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 28 Jul 2002 12:27:50 +0000 Subject: [PATCH] added link to image functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90156 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/images.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/features/images.xml b/features/images.xml index 42bc0a86f9..d054342730 100644 --- a/features/images.xml +++ b/features/images.xml @@ -1,5 +1,5 @@ - + Creating and manipulating images @@ -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 + 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. GD stopped supporting Gif images in version 1.6. @@ -34,7 +35,7 @@ This example would be called from a page with a tag like: <img - src="button.php?text"> The above button.php 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.png" and outputs the resulting image. This is a very convenient way to