Searched refs:imageavif (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | avif_decode_encode.phpt | 10 if (!function_exists("imagecreatefromavif") || !function_exists("imageavif")) { 27 echo_status(imageavif($img, $outfile)); 30 echo_status(imageavif($img, $outfile, 70)); 33 echo_status(imageavif($img, $outfile, 70, 5)); 36 echo_status(imageavif($img, $outfile, -1)); 39 echo_status(imageavif($img, $outfile, 1234)); 42 echo_status(imageavif($img, $outfile, 70, 1234)); 45 echo_status(imageavif($img, $outfile, 100, 0));
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 639 ZEND_FUNCTION(imageavif); 780 ZEND_FE(imageavif, arginfo_imageavif)
|
H A D | gd.stub.php | 605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} function
|
H A D | gd.c | 1893 PHP_FUNCTION(imageavif) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds