Home
last modified time | relevance | path

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

/PHP-8.4/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-8.4/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.c2018 PHP_FUNCTION(imageavif) in PHP_FUNCTION() argument
/PHP-8.4/
H A DUPGRADING74 . imagejpeg/imagewebp/imagepng/imageavif throws an exception if an invalid
75 quality parameter value is passed. In addition, imageavif will throw an exception
H A DNEWS388 . imagepng/imagejpeg/imagewep/imageavif now throw an exception on

Completed in 39 milliseconds