Searched refs:image1 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | similarity.inc | 46 * @param resource $image1 52 function calc_image_dissimilarity($image1, $image2) 54 // assumes image1 and image2 have same width and height 56 for ($i = 0, $n = imagesx($image1); $i < $n; $i++) { 57 for ($j = 0, $m = imagesy($image1); $j < $m; $j++) { 58 $color1 = imagecolorat($image1, $i, $j);
|
H A D | gh8848.phpt | 7 $image1 = imagecreatetruecolor(1, 1); 19 imagecopyresized($image1, $image2, 1, 1, 1, 1, ...$args);
|
H A D | imagecolormatch_error2.phpt | 23 imagecolormatch(): Argument #1 ($image1) must be TrueColor
|
/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 | 34 ZEND_ARG_OBJ_INFO(0, image1, GdImage, 0)
|
Completed in 12 milliseconds