]> granicus.if.org Git - php/commitdiff
add imagesavealpha wrapper (Jukka Holappa <jukkaho@mail.student.oulu.fi>,
authorPierre Joye <pajoye@php.net>
Wed, 26 Feb 2003 23:21:44 +0000 (23:21 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 26 Feb 2003 23:21:44 +0000 (23:21 +0000)
Pierre-Alain Joye)

ext/gd/php_gd.h

index 6000733ca2632677ac0d2e9ddbc61add371d0750..d5614dc3d769af62d40cd94c866b5c522ae000d9 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    +----------------------------------------------------------------------+
    | PHP Version 4                                                        |
    +----------------------------------------------------------------------+
@@ -93,6 +93,7 @@ PHP_FUNCTION(imagesetthickness);
 PHP_FUNCTION(imagefilledellipse);
 PHP_FUNCTION(imagefilledarc);
 PHP_FUNCTION(imagealphablending);
+PHP_FUNCTION(imagesavealpha);
 PHP_FUNCTION(imagecolorallocatealpha);
 PHP_FUNCTION(imagecolorresolvealpha);
 PHP_FUNCTION(imagecolorclosestalpha);