pajoye Sat Nov 4 14:34:33 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd_png.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.17.4.2.2.1&r2=1.17.4.2.2.2&diff_format=u Index: php-src/ext/gd/libgd/gd_png.c diff -u php-src/ext/gd/libgd/gd_png.c:1.17.4.2.2.1 php-src/ext/gd/libgd/gd_png.c:1.17.4.2.2.2 --- php-src/ext/gd/libgd/gd_png.c:1.17.4.2.2.1 Wed Oct 11 00:19:12 2006 +++ php-src/ext/gd/libgd/gd_png.c Sat Nov 4 14:34:33 2006 @@ -490,7 +490,7 @@ if (basefilter >= 0) { png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, basefilter); } - + /* can set this to a smaller value without compromising compression if all * image data is 16K or less; will save some decoder memory [min == 8] */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php