diff options
author | Sterling Hughes <sterling@php.net> | 2000-05-14 15:25:13 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-05-14 15:25:13 +0000 |
commit | 69ddfd0acbb17f70d0b90dc07f003aca10af9f62 (patch) | |
tree | eac77962a7f746e4dbc6ddf2d02ce29f3a2245f6 /ext/gd/php_gd.h | |
parent | 1dd49bd4d63f39398ac2f4e9f0bac82b0aab182b (diff) | |
download | php-git-69ddfd0acbb17f70d0b90dc07f003aca10af9f62.tar.gz |
@-Port imagegammacorrect from PHP3 to PHP4. (Sterling)
#Also two little stylistic changes in gd.c
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 2857a79dbf..cc917f321f 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -89,8 +89,9 @@ PHP_FUNCTION(imagecolortransparent); PHP_FUNCTION(imagecopy); PHP_FUNCTION(imagecopyresized); PHP_FUNCTION(imagecreate); -PHP_FUNCTION(imagecreatefromgif ); -PHP_FUNCTION(imagecreatefromjpeg ); +PHP_FUNCTION(imagecreatefromgif); +PHP_FUNCTION(imagecreatefromjpeg); +PHP_FUNCTION(imagegammacorrect); PHP_FUNCTION(imagedestroy); PHP_FUNCTION(imagefill); PHP_FUNCTION(imagefilledpolygon); |