Edit report at http://bugs.php.net/bug.php?id=51793&edit=1

 ID:               51793
 Updated by:       ka...@php.net
 Reported by:      Anders dot Nilsson at noaa dot gov
 Summary:          Add alpha argument to imagecolorset
-Status:           Open
+Status:           Assigned
 Type:             Feature/Change Request
 Package:          GD related
 Operating System: linux
 PHP Version:      5.3.2
-Assigned To:      
+Assigned To:      pajoye

 New Comment:

Pierre, can you please review my patch and if needed approve it for
trunk?


Previous Comments:
------------------------------------------------------------------------
[2010-05-18 10:44:37] ka...@php.net

The following patch has been added/updated:

Patch Name: imagecolorset-alpha
Revision:   1274172277
URL:       
http://bugs.php.net/patch-display.php?bug=51793&patch=imagecolorset-alpha&revision=1274172277

------------------------------------------------------------------------
[2010-05-11 16:01:23] Anders dot Nilsson at noaa dot gov

Description:
------------
Imagecolorset currently has no argument to set the alpha color component
in an indexed color image. This capability would be very useful.
(Especially when dealing with functions that use antialiasing but don't
handle alpha transparency well).





Change to:



void imagecolorset ( resource $image, int $index, int $red, int $green,
int $blue [, int $alpha ] )



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51793&edit=1

Reply via email to