From: Ilia Alshanetsky Date: Wed, 11 Dec 2002 23:11:31 +0000 (+0000) Subject: GD library news. X-Git-Tag: RELEASE_1_0b3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822714121898c378f86094e7ad5177df84628b50;p=php GD library news. --- diff --git a/NEWS b/NEWS index 2bbc2c424e..5074513ec2 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,16 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 -- Fixed bug #20442 (upgraded bunbled expat to 1.95.5). (Ilia) +- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia) - Added imagefilter() function which allows application of various filters. - This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) + This function is only available with bundled GD. (Pierre-Alain Joye, Ilia) +- Added imageistruecolor(), only available with GD2+(Pierre-Alain Joye) +- Added antialiased drawing support (Pierre-Alain Joye, Ilia), available only + with bundled GD: + . imageantialias($im, $flag) to (de)active antialias + . imageline antialias support + . imagepolygon antialias support + ? ? ??? 2002, Version 4.3.0 - Fixed a security bug in the bundled MySQL library. (Georg, Stefan)