What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP GD help

PHP GD help
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: PHP GD help
hmm i always found that using the code below worked alot better for transparent backgrounds than the whole alpha blending thing. (use the below code after you create your image)
code:
$tran = imagecolorallocate($image, 233,231,222);
$tran = imagecolortransparent($image,$tran);
imagefill($image,0,0,$tran);


This post was edited on 09-09-2005 at 02:46 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
09-09-2005 02:46 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP GD help - by Ezra on 09-08-2005 at 07:35 PM
RE: PHP GD help - by KeyStorm on 09-08-2005 at 07:57 PM
RE: PHP GD help - by Ezra on 09-08-2005 at 08:03 PM
RE: PHP GD help - by KeyStorm on 09-08-2005 at 08:16 PM
RE: PHP GD help - by Ezra on 09-08-2005 at 11:02 PM
RE: PHP GD help - by brian on 09-08-2005 at 11:09 PM
RE: PHP GD help - by Ezra on 09-08-2005 at 11:24 PM
RE: PHP GD help - by KeyStorm on 09-09-2005 at 01:35 PM
RE: PHP GD help - by Ezra on 09-09-2005 at 02:37 PM
RE: PHP GD help - by L. Coyote on 09-09-2005 at 02:40 PM
RE: PHP GD help - by -dt- on 09-09-2005 at 02:46 PM
RE: PHP GD help - by KeyStorm on 09-09-2005 at 02:48 PM
RE: PHP GD help - by Ezra on 09-09-2005 at 03:07 PM
RE: PHP GD help - by KeyStorm on 09-09-2005 at 03:36 PM
RE: PHP GD help - by Ezra on 09-09-2005 at 04:14 PM
RE: PHP GD help - by KeyStorm on 09-09-2005 at 05:06 PM
RE: PHP GD help - by Ezra on 09-09-2005 at 05:30 PM
RE: PHP GD help - by KeyStorm on 09-09-2005 at 05:33 PM
RE: PHP GD help - by Ezra on 09-09-2005 at 06:03 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On