Home
last modified time | relevance | path

Searched refs:imageavif (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/gd/tests/
H A Davif_decode_encode.phpt10 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 Dgd_arginfo.h628 ZEND_FUNCTION(imageavif);
764 ZEND_FE(imageavif, arginfo_imageavif)
H A Dgd.stub.php605 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {} function
H A Dgd.c1993 PHP_FUNCTION(imageavif) in PHP_FUNCTION() argument

Completed in 26 milliseconds