Skip to content

Commit ac0a6c7

Browse files
committed
Update user guide
1 parent aaefabd commit ac0a6c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guide/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Instantiating a new Image
4040
Detecting if a file is Acceptable
4141
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4242

43-
Indicates if a given file has an acceptable (PNG, JPEG or GIF) image type.
43+
Indicates if a given file has an acceptable (AVIF, PNG, JPEG or GIF) image type.
4444

4545
.. code-block:: php
4646
@@ -94,7 +94,7 @@ Gets the image quality/compression level.
9494
9595
$quality = $image->getQuality(); // int or null
9696
97-
- Returns an integer for PNG and JPEG types or null for GIF.
97+
- Returns an integer for AVIF, PNG and JPEG types or null for GIF.
9898

9999
Get MIME Type
100100
^^^^^^^^^^^^^
@@ -142,6 +142,7 @@ Sets the image quality/compression level.
142142
- The quality value must not be set on GIF images.
143143
- PNG images must have a value between 0 and 9.
144144
- JPEG images must have a value between 0 and 100.
145+
- AVIF images must have a value between 0 and 100.
145146

146147
Set Resolution
147148
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)