Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dcolormatch.phpt2 imagecolormatch
12 imagecolormatch($im, $im2);
22 imagecolormatch(): Argument #2 ($image2) must have at least one color
H A Dimagecolormatch_error2.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 imagecolormatch($ima, $imb);
23 imagecolormatch(): Argument #1 ($image1) must be TrueColor
H A Dimagecolormatch_error3.phpt2 Send not TrueColor to Image 1 parameter imagecolormatch() of GD library
16 imagecolormatch($ima, $imb);
23 imagecolormatch(): Argument #2 ($image2) must be Palette
H A Dimagecolormatch_error4.phpt2 using different image sizes imagecolormatch() of GD library
16 imagecolormatch($ima, $imb);
23 imagecolormatch(): Argument #2 ($image2) must be the same size as argument #1 ($im1)
H A Dimagecolormatch_basic.phpt2 Basic test imagecolormatch() of GD library
14 var_dump(imagecolormatch($ima, $imb));
H A Dbug77270.phpt2 Bug #77270 (imagecolormatch Out Of Bounds Write on Heap)
17 imagecolormatch($img1, $img2);
/php-src/ext/gd/
H A Dgd_arginfo.h585 ZEND_FUNCTION(imagecolormatch);
725 ZEND_FE(imagecolormatch, arginfo_imagecolormatch)
H A Dgd.stub.php499 function imagecolormatch(GdImage $image1, GdImage $image2): bool {} function
H A Dgd.c768 PHP_FUNCTION(imagecolormatch) in PHP_FUNCTION() argument

Completed in 23 milliseconds