From 0d3c72d0502d7143975f311be8edeedda0f05fbc Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 17 May 2001 08:37:05 +0000 Subject: [PATCH] Added JPEG default quality git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47664 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/image.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/functions/image.xml b/functions/image.xml index 7d2273f224..707d24a3db 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1727,8 +1727,16 @@ ImagePng($im); - See also ImagePNG, ImageGIF, - ImageWBMP, ImageTypes. + quality is optional, and ranges from + 0 (worst quality, smaller file) to 100 (best quality, biggest file). + Default is to 100. + + + See also + ImagePNG, + ImageGIF, + ImageWBMP and + ImageTypes.