pajoye Wed Apr 4 00:41:08 2007 UTC Modified files: /php-src/ext/gd/libgd gd_topal.c Log: - MFB: colors allocated henceforth from the resulting image overwrite the palette colors (sync with 2.0.34) (Rob Leslie) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_topal.c?r1=1.18&r2=1.19&diff_format=u Index: php-src/ext/gd/libgd/gd_topal.c diff -u php-src/ext/gd/libgd/gd_topal.c:1.18 php-src/ext/gd/libgd/gd_topal.c:1.19 --- php-src/ext/gd/libgd/gd_topal.c:1.18 Sun Dec 25 19:21:57 2005 +++ php-src/ext/gd/libgd/gd_topal.c Wed Apr 4 00:41:08 2007 @@ -772,6 +772,7 @@ nim->green[icolor] = 255; nim->blue[icolor] = 255; } + nim->open[icolor] = 0; #endif }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php