[DOC-CVS] [doc-en] master: imageavif: Fix default quality (fix #1764)
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana)
Date: 2025-04-19T21:57:27+02:00
Commit: https://github.com/php/doc-en/commit/24641aea6dd6d48db8a15a6cbe6ca6d89f70ba98
Raw diff: https://github.com/php/doc-en/commit/24641aea6dd6d48db8a15a6cbe6ca6d89f70ba98.diff
imageavif: Fix default quality (fix #1764)
Changed paths:
M reference/image/functions/imageavif.xml
Diff:
diff --git a/reference/image/functions/imageavif.xml b/reference/image/functions/imageavif.xml
index db549fa7c956..1af856973bc7 100644
--- a/reference/image/functions/imageavif.xml
+++ b/reference/image/functions/imageavif.xml
@@ -38,7 +38,7 @@
<para>
<parameter>quality</parameter> is optional, and ranges from 0 (worst quality, smaller file)
to 100 (best quality, larger file).
- If <literal>-1</literal> is provided, the default value <literal>30</literal> is used.
+ If <literal>-1</literal> is provided, the default value <literal>52</literal> is used.
</para>
</listitem>
</varlistentry>