Searched refs:imagefilter (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | imagefilter.phpt | 2 imagefilter() function test 8 if (!function_exists("imagefilter")) die("skip requires bundled GD library\n"); 27 if (imagefilter($im, constant($filt))) { 38 if (imagefilter($im, IMG_FILTER_SMOOTH, -1924.124)) { 48 if (imagefilter($im, IMG_FILTER_COLORIZE, -127.12, -127.98, 127)) { 58 if (imagefilter($im, IMG_FILTER_CONTRAST, -90)) { 68 if (imagefilter($im, IMG_FILTER_BRIGHTNESS, 98)) { 78 if (imagefilter($im, IMG_FILTER_PIXELATE, 5, true)) { 88 if (imagefilter($im, IMG_FILTER_SCATTER, 3, 5)) {
|
H A D | imagefilter_error1.phpt | 2 Testing wrong parameter passing in imagefilter() of GD library 15 var_dump(imagefilter($image)); 21 Wrong parameter count for imagefilter()
|
H A D | imagefilter_error13.phpt | 2 Testing wrong parameter value of COLORIZE in imagefilter() of GD library 14 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 800, 255, 255)); // Wrong value is truncated to 2…
|
H A D | bug75124.phpt | 14 imagefilter($im, IMG_FILTER_GRAYSCALE);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 684 ZEND_FUNCTION(imagefilter); 825 ZEND_FE(imagefilter, arginfo_imagefilter)
|
H A D | gd.stub.php | 231 function imagefilter(GdImage $image, int $filter, ...$args): bool {} function
|
H A D | gd.c | 3437 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument
|
Completed in 27 milliseconds