Searched refs:image2 (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | similarity.inc | 47 * @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 D | gh8848.phpt | 8 $image2 = imagecreatetruecolor(1, 1); 19 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args);
|
H A D | colormatch.phpt | 22 imagecolormatch(): Argument #2 ($image2) must have at least one color
|
H A D | imagecolormatch_error3.phpt | 23 imagecolormatch(): Argument #2 ($image2) must be Palette
|
H A D | imagecolormatch_error4.phpt | 23 imagecolormatch(): Argument #2 ($image2) must be the same size as argument #1 ($im1)
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 499 function imagecolormatch(GdImage $image1, GdImage $image2): bool {} argument
|
H A D | gd_arginfo.h | 35 ZEND_ARG_OBJ_INFO(0, image2, GdImage, 0)
|
Completed in 10 milliseconds