We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d2697 commit 5c4ddb4Copy full SHA for 5c4ddb4
user_guide_src/source/libraries/images.rst
@@ -87,7 +87,9 @@ Image Quality
87
88
``save()`` can take an additional parameter ``$quality`` to alter the resulting image
89
quality. Values range from 0 to 100 with 90 being the framework default. This parameter
90
-only applies to JPEG and WebP images, will be ignored otherwise:
+only applies to JPEG, WebP and AVIF images, will be ignored otherwise:
91
+
92
+.. note:: For AVIF images, it is suggested to set the ``$quality`` parameter to 52. See also https://www.php.net/manual/en/function.imageavif.php
93
94
.. note:: The parameter ``$quality`` for WebP can be used since v4.4.0.
95
0 commit comments