From: foobar Date: Tue, 4 Mar 2003 14:17:38 +0000 (+0000) Subject: These are in the branch. X-Git-Tag: RELEASE_0_5~627 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c6fa351d5da4e18aef0999e0f1b6260bca8b9c7;p=php These are in the branch. --- diff --git a/NEWS b/NEWS index 6865438957..273cf6d779 100644 --- a/NEWS +++ b/NEWS @@ -69,10 +69,8 @@ PHP 4 NEWS . Detection of numeric values inside strings passed as high & low. . Proper handle the situations where high == low. - Added XBM support for bundled GD library. (Marcus) -- Added imagesavealpha() function. (Jukka Holappa, Pierre-Alain Joye) - Added imagefilter() function. Allows application of various filters. Only available with bundled GD. (Pierre-Alain Joye, Ilia) -- Added imageistruecolor(). Only available with GD2. (Pierre-Alain Joye) - Added antialiased drawing support to bundled GD. (Pierre-Alain Joye, Ilia) . imageantialias($im, $flag) to (de)active antialias . imageline antialias support