diff options
Diffstat (limited to 'ext/gd/php_gd.h')
| -rw-r--r-- | ext/gd/php_gd.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 747850c6e9..02ecfc07d9 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -95,6 +95,25 @@ PHP_FUNCTION(imagecopymerge); PHP_FUNCTION(imagecopyresized); PHP_FUNCTION(imagetypes); PHP_FUNCTION(imagecreate); + +PHP_FUNCTION(imagecreatetruecolor); +PHP_FUNCTION(imagetruecolortopalette); +PHP_FUNCTION(imagesetthickness); +PHP_FUNCTION(imageellipse); +PHP_FUNCTION(imagefilledellipse); +PHP_FUNCTION(imagefilledarc); +PHP_FUNCTION(imagealphablending); +PHP_FUNCTION(imagecolorresolvealpha); +PHP_FUNCTION(imagecolorclosestalpha); +PHP_FUNCTION(imagecolorexactalpha); +PHP_FUNCTION(imagecopyresampled); +PHP_FUNCTION(imagesetthickness); +PHP_FUNCTION(imagesettile); +PHP_FUNCTION(imagecopymergegray); +PHP_FUNCTION(imagesetbrush); +PHP_FUNCTION(imagesettile); +PHP_FUNCTION(imagesetstyle); + PHP_FUNCTION(imagecreatefromstring); PHP_FUNCTION(imagecreatefromgif); PHP_FUNCTION(imagecreatefromjpeg); |
