Searched refs:imagecolormatch (Results 1 – 9 of 9) sorted by relevance
2 imagecolormatch12 imagecolormatch($im, $im2);22 imagecolormatch(): Argument #2 ($image2) must have at least one color
2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library16 imagecolormatch($ima, $imb);23 imagecolormatch(): Argument #1 ($image1) must be TrueColor
2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library16 imagecolormatch($ima, $imb);23 imagecolormatch(): Argument #2 ($image2) must be Palette
2 using different image sizes imagecolormatch() of GD library16 imagecolormatch($ima, $imb);23 imagecolormatch(): Argument #2 ($image2) must be the same size as argument #1 ($im1)
2 Basic test imagecolormatch() of GD library14 var_dump(imagecolormatch($ima, $imb));
2 Bug #77270 (imagecolormatch Out Of Bounds Write on Heap)17 imagecolormatch($img1, $img2);
586 ZEND_FUNCTION(imagecolormatch);727 ZEND_FE(imagecolormatch, arginfo_imagecolormatch)
499 function imagecolormatch(GdImage $image1, GdImage $image2): bool {} function
768 PHP_FUNCTION(imagecolormatch) in PHP_FUNCTION() argument
Completed in 42 milliseconds