pajoye Fri Feb 28 20:15:47 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/gd php_gd.h
Log:
MFH imageistruecolor, imagesavealpha
Index: php4/ext/gd/php_gd.h
diff -u php4/ext/gd/php_gd.h:1.44.2.2 php4/ext/gd/php_gd.h:1.44.2.3
--- php4/ext/gd/php_gd.h:1.44.2.2 Tue Dec 31 11:34:37 2002
+++ php4/ext/gd/php_gd.h Fri Feb 28 20:15:47 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_gd.h,v 1.44.2.2 2002/12/31 16:34:37 sebastian Exp $ */
+/* $Id: php_gd.h,v 1.44.2.3 2003/03/01 01:15:47 pajoye Exp $ */
#ifndef PHP_GD_H
#define PHP_GD_H
@@ -84,12 +84,14 @@
PHP_FUNCTION(imagefttext);
PHP_FUNCTION(imagecreatetruecolor);
+PHP_FUNCTION(imageistruecolor);
PHP_FUNCTION(imagetruecolortopalette);
PHP_FUNCTION(imagesetthickness);
PHP_FUNCTION(imageellipse);
PHP_FUNCTION(imagefilledellipse);
PHP_FUNCTION(imagefilledarc);
PHP_FUNCTION(imagealphablending);
+PHP_FUNCTION(imagesavealpha);
PHP_FUNCTION(imagecolorresolvealpha);
PHP_FUNCTION(imagecolorclosestalpha);
PHP_FUNCTION(imagecolorexactalpha);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php