Re: [PHP] text color in image

2003-02-03 Thread R'twick Niceorgaw
ssage - From: "Brian V Bonini" <[EMAIL PROTECTED]> To: "PHP Lists" <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 1:42 PM Subject: [PHP] text color in image > Any idea why this would NOT create white text? > > $png = ImageCreatefrompng("images

[PHP] text color in image

2003-02-03 Thread Brian V Bonini
Any idea why this would NOT create white text? $png = ImageCreatefrompng("images/menu0.png"); $tx_color = ImageColorAllocate($png,255,255,255); imagettftext($png,12,0,25,16,$tx_color,$font,$text); There IS white (255,255,255) in the source png's palette, I don't know weather that makes a differe