Searched refs:imageconvolution (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/gd/tests/ |
H A D | imageconvolution_error1.phpt | 2 Testing wrong param passing imageconvolution() of GD library 23 var_dump(imageconvolution($image, $gaussian, 16)); 26 Warning: imageconvolution() expects exactly 4 parameters, 3 given in %s on line %d
|
H A D | imageconvolution_error2.phpt | 2 Testing wrong array size 2x3 in imageconvolution() of GD library 22 var_dump(imageconvolution($image, $gaussian, 16, 0)); 25 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
|
H A D | imageconvolution_error3.phpt | 2 Testing wrong array size 3x2 in imageconvolution() of GD library 23 var_dump(imageconvolution($image, $gaussian, 16, 0)); 26 Warning: imageconvolution(): You must have 3x3 array in %s on line %d
|
H A D | imageconvolution_basic.phpt | 2 Testing imageconvolution() of GD library 23 imageconvolution($image, $gaussian, 16, 0);
|
/PHP-5.6/ext/gd/ |
H A D | php_gd.h | 209 PHP_FUNCTION(imageconvolution);
|
H A D | gd.c | 1039 PHP_FE(imageconvolution, arginfo_imageconvolution) 4921 PHP_FUNCTION(imageconvolution) in PHP_FUNCTION() argument
|
/PHP-5.6/ |
H A D | NEWS | 2840 . Fixed bug #66714 (imageconvolution breakage). (Brad Daily) 7572 imagefilter, imageconvolution and imagecolormatch are now always enabled. 10639 - Added imageconvolution() function which can be used to apply a custom 3x3
|
Completed in 40 milliseconds