Index: imagegif.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/image/functions/imagegif.xml,v
retrieving revision 1.11
diff -u -r1.11 imagegif.xml
--- imagegif.xml 2 Dec 2005 09:30:45 -0000 1.11
+++ imagegif.xml 25 Aug 2006 17:24:13 -0000
@@ -27,10 +27,11 @@
image format will be GIF89a.
- The filename argument is optional, and if left off, the raw image
- stream will be output directly. By sending an image/gif
- content-type using header, you can create a
- PHP script that outputs GIF images directly.
+ The filename argument is optional, and if left off or filled
+ with a &null; value, the raw image stream will be output directly.
+ By sending an image/gif content-type using header,
+ you can create a PHP script that outputs GIF
+ images directly.
Since all GIF support was removed from the
Index: imagepng.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/image/functions/imagepng.xml,v
retrieving revision 1.5
diff -u -r1.5 imagepng.xml
--- imagepng.xml 21 Jun 2004 11:45:37 -0000 1.5
+++ imagepng.xml 25 Aug 2006 17:24:13 -0000
@@ -14,10 +14,15 @@
stringfilename
- The imagepng outputs a GD image stream
- (image) in PNG format to standard output
- (usually the browser) or, if a filename is given by the
- filename it outputs the image to the file.
+ imagepng creates the PNG
+ file in filename from the image image. The
+ image argument is the return from the
+ imagecreate or imagecreatefrom*
+ function.
+
+
+ The filename argument is optional, and if left off or filled
+ with a &null; value, the raw image stream will be output directly.
imagecreatetruecolor function.
- The filename argument is optional, and if left off, the raw image
- stream will be output directly.
+ The filename argument is optional, and if left off or filled with a
+ &null; value, the raw image stream will be output directly.
By sending an image/vnd.wap.wbmp content-type
using header, you can create
a PHP script that outputs WBMP images directly.