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

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

 New Comment:

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


Previous Comments:
------------------------------------------------------------------------
[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