]> granicus.if.org Git - php/commitdiff
GD library news.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Dec 2002 23:11:31 +0000 (23:11 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Dec 2002 23:11:31 +0000 (23:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2bbc2c424ea52aa8c5db30499d44f7ea6986f4bd..5074513ec284d662e87c1afc2aa754891febccfa 100644 (file)
--- 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)