mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added JPEG default quality
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47664 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
611d73a01c
commit
0d3c72d050
1 changed files with 10 additions and 2 deletions
|
@ -1727,8 +1727,16 @@ ImagePng($im);
|
|||
</note>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>ImagePNG</function>, <function>ImageGIF</function>,
|
||||
<function>ImageWBMP</function>, <function>ImageTypes</function>.
|
||||
<parameter>quality</parameter> is optional, and ranges from
|
||||
0 (worst quality, smaller file) to 100 (best quality, biggest file).
|
||||
Default is to 100.
|
||||
</para>
|
||||
<para>
|
||||
See also
|
||||
<function>ImagePNG</function>,
|
||||
<function>ImageGIF</function>,
|
||||
<function>ImageWBMP</function> and
|
||||
<function>ImageTypes</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue