Home
last modified time | relevance | path

Searched refs:imagefilter (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/gd/tests/
H A Dimagefilter.phpt2 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 Dimagefilter_error1.phpt2 Testing wrong parameter passing in imagefilter() of GD library
15 var_dump(imagefilter($image));
21 Wrong parameter count for imagefilter()
H A Dimagefilter_error13.phpt2 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 Dbug75124.phpt14 imagefilter($im, IMG_FILTER_GRAYSCALE);
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h684 ZEND_FUNCTION(imagefilter);
825 ZEND_FE(imagefilter, arginfo_imagefilter)
H A Dgd.stub.php231 function imagefilter(GdImage $image, int $filter, ...$args): bool {} function
H A Dgd.c3437 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument

Completed in 37 milliseconds