Searched refs:imagecolormatch (Results 1 – 9 of 9) sorted by relevance
2 imagecolormatch5 if (!function_exists('imagecolormatch')) die("skip gd extension not available\n");14 imagecolormatch($im, $im2);24 imagecolormatch(): Argument #2 ($image2) must have at least one color
2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library18 imagecolormatch($ima, $imb);25 imagecolormatch(): Argument #1 ($image1) must be TrueColor
2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library18 imagecolormatch($ima, $imb);25 imagecolormatch(): Argument #2 ($image2) must be Palette
2 using different image sizes imagecolormatch() of GD library18 imagecolormatch($ima, $imb);25 imagecolormatch(): Argument #2 ($image2) must be the same size as argument #1 ($im1)
2 Basic test imagecolormatch() of GD library16 var_dump(imagecolormatch($ima, $imb));
2 Bug #77270 (imagecolormatch Out Of Bounds Write on Heap)16 imagecolormatch($img1, $img2);
572 ZEND_FUNCTION(imagecolormatch);707 ZEND_FE(imagecolormatch, arginfo_imagecolormatch)
23 function imagecolormatch(GdImage $image1, GdImage $image2): bool {} function
866 PHP_FUNCTION(imagecolormatch) in PHP_FUNCTION() argument
Completed in 22 milliseconds