Home
last modified time | relevance | path

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

/PHP-5.6/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)) {
H A Dimagefilter_error1.phpt2 Testing wrong parameter passing in imagefilter() of GD library
14 var_dump(imagefilter($image));
17 Warning: Wrong parameter count for imagefilter() in %s on line %d
H A Dimagefilter_error10.phpt2 Testing wrong parameter resource of EMBOSS in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_EMBOSS));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error15.phpt2 Testing wrong parameter resource of CONTRAST in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_CONTRAST, 2));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error17.phpt2 Testing wrong parameter resource of GRAYSCALE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_GRAYSCALE));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error12.phpt2 Testing wrong parameter resource of COLORIZE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 255, 255, 255));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error18.phpt2 Testing wrong parameter resource of NEGATE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_NEGATE));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error2.phpt2 Testing wrong parameter passing in imagefilter() of GD library
14 var_dump(imagefilter($image, 'wrong parameter'));
17 Warning: imagefilter() expects parameter 2 to be long, %unicode_string_optional% given in %s on lin…
H A Dimagefilter_error20.phpt2 Testing wrong parameter resource of BRIGHTNESS in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_BRIGHTNESS, 1));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error4.phpt2 Testing wrong parameter resource of PIXELATE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_PIXELATE, 3));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error6.phpt2 Testing wrong parameter resource of SMOOTH in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_SMOOTH, 3.0));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error7.phpt2 Testing wrong parameter resource of MEAN_REMOVAL in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_MEAN_REMOVAL));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error8.phpt2 Testing wrong parameter resource of SELECTIVE_BLUR in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_SELECTIVE_BLUR));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error9.phpt2 Testing wrong parameter resource of GAUSSIAN_BLUR in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_GAUSSIAN_BLUR));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error16.phpt2 Testing wrong parameter type of CONTRAST in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_CONTRAST, 'wrong parameter'));
17 Warning: imagefilter() expects parameter 3 to be long, %unicode_string_optional% given in %s on lin…
H A Dimagefilter_error11.phpt2 Testing wrong parameter resource passing of EDGEDETECT in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_EDGEDETECT));
17 Warning: imagefilter(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagefilter_error14.phpt2 Testing wrong parameter type of COLORIZE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_COLORIZE, 'wrong parameter', 255, 255));
17 Warning: imagefilter() expects parameter 3 to be long, %unicode_string_optional% given in %s on lin…
H A Dimagefilter_error19.phpt2 Testing wrong parameter type of BRIGHTNESS in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_BRIGHTNESS, 'wrong parameter'));
17 Warning: imagefilter() expects parameter 3 to be long, %unicode_string_optional% given in %s on lin…
H A Dimagefilter_error3.phpt2 Testing wrong parameter passing of PIXELATE in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_PIXELATE, 'wrong parameter'));
17 Warning: imagefilter() expects parameter 3 to be long, %unicode_string_optional% given in %s on lin…
H A Dimagefilter_error5.phpt2 Testing wrong parameter passing of SMOOTH in imagefilter() of GD library
14 var_dump(imagefilter($image, IMG_FILTER_SMOOTH, 'wrong parameter'));
17 Warning: imagefilter() expects parameter 3 to be double, %unicode_string_optional% given in %s on l…
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…
/PHP-5.6/ext/gd/
H A Dphp_gd.h208 PHP_FUNCTION(imagefilter);
H A Dgd.c1038 PHP_FE(imagefilter, arginfo_imagefilter)
4885 PHP_FUNCTION(imagefilter) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS7572 imagefilter, imageconvolution and imagecolormatch are now always enabled.
7654 - Added pixelation support in imagefilter(). (Takeshi Abe, Kalle)
8624 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)

Completed in 72 milliseconds