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:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
O.P. RE: PHP GD help
Still the black background :S

This is what I have now: (Not all of it, just the image part :-))
code:
$im = imagecreatetruecolor($width, $height);
imagealphablending($im, true);
imagesavealpha($im, true);
imagecolorallocatealpha($im, 0, 0, 0, 127);
$font['color'] = imagecolorallocatealpha($im, 0, 0, 255, 25);
imagettftext($im, $font['size'], 0, 0, 15, $font['color'], $font['path'], $string); //TTF text
imagepng($im);
imagedestroy($im);


I'm using FF 1.0.6 btw :), so no IE here :)

This post was edited on 09-09-2005 at 04:16 PM by Ezra.
[Image: 1-0.png]
             
09-09-2005 04:14 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