Home
last modified time | relevance | path

Searched refs:image2 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/gd/tests/
H A Dsimilarity.inc47 * @param resource $image2
52 function calc_image_dissimilarity($image1, $image2)
54 // assumes image1 and image2 have same width and height
59 $color2 = imagecolorat($image2, $i, $j);
H A Dgh8848.phpt8 $image2 = imagecreatetruecolor(1, 1);
19 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args);
H A Dcolormatch.phpt22 imagecolormatch(): Argument #2 ($image2) must have at least one color
H A Dimagecolormatch_error3.phpt23 imagecolormatch(): Argument #2 ($image2) must be Palette
H A Dimagecolormatch_error4.phpt23 imagecolormatch(): Argument #2 ($image2) must be the same size as argument #1 ($im1)
/PHP-8.3/ext/gd/
H A Dgd.stub.php499 function imagecolormatch(GdImage $image1, GdImage $image2): bool {} argument
H A Dgd_arginfo.h35 ZEND_ARG_OBJ_INFO(0, image2, GdImage, 0)

Completed in 14 milliseconds