Searched refs:imageavif (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/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-8.4/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 | 2018 PHP_FUNCTION(imageavif) in PHP_FUNCTION() argument
|
/PHP-8.4/ |
H A D | UPGRADING | 74 . 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 D | NEWS | 388 . imagepng/imagejpeg/imagewep/imageavif now throw an exception on
|
Completed in 39 milliseconds