From 86a9f0be43d521c535c8472f511c2ab33425dfc3 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Aug 2008 01:03:28 +0000 Subject: [PATCH] * Added imagedestroy() call to image2wbmp() example * Fixed threshold parameter description for jpeg2wbmp() and png2wbmp() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265317 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/image2wbmp.xml | 5 ++--- reference/image/functions/jpeg2wbmp.xml | 4 ++-- reference/image/functions/png2wbmp.xml | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/reference/image/functions/image2wbmp.xml b/reference/image/functions/image2wbmp.xml index 5f6adf7fae..60457eab87 100644 --- a/reference/image/functions/image2wbmp.xml +++ b/reference/image/functions/image2wbmp.xml @@ -1,5 +1,5 @@ - + image2wbmp @@ -57,13 +57,12 @@ ]]> diff --git a/reference/image/functions/jpeg2wbmp.xml b/reference/image/functions/jpeg2wbmp.xml index f347c21fe6..501763015c 100644 --- a/reference/image/functions/jpeg2wbmp.xml +++ b/reference/image/functions/jpeg2wbmp.xml @@ -1,5 +1,5 @@ - + jpeg2wbmp @@ -59,7 +59,7 @@ threshold - Threshold value, between 0 and 255 (inclusive). + Threshold value, between 0 and 8 (inclusive). diff --git a/reference/image/functions/png2wbmp.xml b/reference/image/functions/png2wbmp.xml index d6b4edfe30..a970823c81 100644 --- a/reference/image/functions/png2wbmp.xml +++ b/reference/image/functions/png2wbmp.xml @@ -1,5 +1,5 @@ - + png2wbmp @@ -59,7 +59,7 @@ threshold - Threshold value, between 0 and 255 (inclusive). + Threshold value, between 0 and 8 (inclusive).