Supported Versions: PHP 8 >= 8.1.0
Output image to browser or file
<?php imageavif(    GdImage $image,    resource|string|null $file = null,    int $quality = -1,    int $speed = -1): bool