Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/gd/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/gd/tests/bug64641.phpt |
--TEST-- Bug #64641 (imagefilledpolygon doesn't draw horizontal line) --SKIPIF-- <?php if (!extension_loaded('gd')) die("skip gd extension not available\n"); if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.2', '<')) { die("skip test requires GD 2.2.2 or higher"); } ?> --FILE-- <?php require_once __DIR__ . '/similarity.inc'; $im = imagecreatetruecolor(640, 480); $points = array( 100, 100, 100, 200, 100, 300 ); imagefilledpolygon($im, $points, 3, 0xFFFF00); $points = array( 300, 200, 400, 200, 500, 200 ); imagefilledpolygon($im, $points, 3, 0xFFFF00); $ex = imagecreatefrompng(__DIR__ . '/bug64641.png'); if (($diss = calc_image_dissimilarity($ex, $im)) < 1e-5) { echo "IDENTICAL"; } else { echo "DISSIMILARITY: $diss"; } imagedestroy($ex); imagedestroy($im); ?> --EXPECT-- IDENTICAL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare