From e48fa725c23f0bdc16dda2e74933659e0ad4d024 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 18 Jan 2007 19:49:05 +0000 Subject: [PATCH] add quality param git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227540 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagepng.xml | 36 +++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagepng.xml b/reference/image/functions/imagepng.xml index 94409b476c..d434ff31ee 100644 --- a/reference/image/functions/imagepng.xml +++ b/reference/image/functions/imagepng.xml @@ -1,5 +1,5 @@ - + imagepng @@ -11,6 +11,7 @@ boolimagepng resourceimage stringfilename + intquality Outputs or saves a PNG image from the given @@ -31,6 +32,14 @@ + + quality + + + Compression level: from 0 (no compression) to 9. + + + @@ -40,6 +49,31 @@ &return.success; + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.1.0 + + Added the quality parameter. + + + + + + + + &reftitle.examples;