From 012d343b4c2fb2f6bddb586bc0a35936793bb95b Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 01:13:10 +0000 Subject: [PATCH] {jpeg,png}2wbmp: add mysterious threshold parameter to prototype; various: remove goofy redundant text git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66650 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 8038bf275d..88218f6d55 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -159,7 +159,7 @@ Image2WBMP creates the WBMP file in filename from the image im. The im argument - is the return from the ImageCreate function. + is the return from ImageCreate. The filename argument is optional, and if left off, the raw image @@ -167,13 +167,13 @@ By sending an image/vnd.wap.wbmp content-type using header, you can create a PHP script that outputs WBMP images directly. - - - WBMP support is only available in PHP if PHP was compiled - against GD-1.8 or later. - - + + + WBMP support is only available if PHP was compiled + against GD-1.8 or later. + + See also ImageWBMP. @@ -1501,13 +1501,13 @@ function LoadWBMP ($imgname) { ]]> - - - WBMP support is only available in PHP if PHP was compiled - against GD-1.8 or later. - - + + + WBMP support is only available if PHP was compiled + against GD-1.8 or later. + + @@ -1995,7 +1995,7 @@ ImagePng($im); - JPEG support is only available in PHP if PHP was compiled + JPEG support is only available if PHP was compiled against GD-1.8 or later. @@ -2052,7 +2052,7 @@ ImagePng($im); a PHP script that outputs WBMP images directly. - WBMP support is only available in PHP if PHP was compiled + WBMP support is only available if PHP was compiled against GD-1.8 or later. @@ -3318,6 +3318,7 @@ if (ImageTypes() & IMG_PNG) { string wbmpname int d_height int d_width + int threshold @@ -3330,7 +3331,7 @@ if (ImageTypes() & IMG_PNG) { - WBMP support is only available in PHP if PHP was compiled + WBMP support is only available if PHP was compiled against GD-1.8 or later. @@ -3357,6 +3358,7 @@ if (ImageTypes() & IMG_PNG) { string wbmpname int d_height int d_width + int threshold @@ -3369,7 +3371,7 @@ if (ImageTypes() & IMG_PNG) { - WBMP support is only available in PHP if PHP was compiled + WBMP support is only available if PHP was compiled against GD-1.8 or later.