Searched refs:imageavif (Results 1 – 4 of 4) sorted by relevance
/php-src/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)); 40 imageavif($img, $outfile, 1234); 48 imageavif($img, $outfile, 70, 1234); 54 echo_status(imageavif($img, $outfile, 100, 0)); 78 Encoding AVIF with illegal quality: imageavif(): Argument #3 ($quality) must be between -1 and 100 79 Encoding AVIF with illegal speed: imageavif(): Argument #4 ($speed) must be between -1 and 10
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 628 ZEND_FUNCTION(imageavif); 764 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 | 1993 PHP_FUNCTION(imageavif) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds