File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
9999Get 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
146147Set Resolution
147148^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments