Home
last modified time | relevance | path

Searched refs:imagecolormatch (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dcolormatch.phpt2 imagecolormatch
5 if (!function_exists('imagecolormatch')) die("skip gd extension not available\n");
13 imagecolormatch($im, $im2);
20 Warning: imagecolormatch(): Image2 must have at least one color in %s on line %d
H A Dimagecolormatch_error1.phpt2 Send only 1 parameter imagecolormatch() of GD library
14 var_dump(imagecolormatch($ima));
17 Warning: imagecolormatch() expects exactly 2 parameters, %d given in %s on line %d
H A Dimagecolormatch_error2.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image1 must be TrueColor in %s on line %d
H A Dimagecolormatch_error3.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image2 must be Palette in %s on line %d
H A Dimagecolormatch_error4.phpt2 using different image sizes imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
19 Warning: imagecolormatch(): Image1 and Image2 must be the same size in %s on line %d
H A Dimagecolormatch_basic.phpt2 Basic test imagecolormatch() of GD library
16 var_dump(imagecolormatch($ima, $imb));
/PHP-5.3/ext/gd/
H A Dphp_gd.h193 PHP_FUNCTION(imagecolormatch);
H A Dgd.c1042 PHP_FE(imagecolormatch, arginfo_imagecolormatch)
1688 PHP_FUNCTION(imagecolormatch) in PHP_FUNCTION() argument
/PHP-5.3/
H A DNEWS2944 imagefilter, imageconvolution and imagecolormatch are now always enabled.
5837 - Changed errors to warnings in imagecolormatch(). (Pierre)
5838 - Fixed segfault/leak in imagecolormatch(). (Pierre)

Completed in 41 milliseconds