From 79ce305d1a2e40a75ddc6b0053e74ca113a32e10 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 5 Jul 2001 21:23:28 +0000 Subject: Made imagegammacorrect() work on true-color images. Added support for new ImageStringFTEx function (due in GD 2.0.2). --- ext/gd/php_gd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index ef67782ec1..25c27412f9 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -88,6 +88,8 @@ PHP_FUNCTION(imagecopymerge); PHP_FUNCTION(imagecopyresized); PHP_FUNCTION(imagetypes); PHP_FUNCTION(imagecreate); +PHP_FUNCTION(imageftbbox); +PHP_FUNCTION(imagefttext); PHP_FUNCTION(imagecreatetruecolor); PHP_FUNCTION(imagetruecolortopalette); -- cgit v1.2.1