Re: [PHP] imagestring to picture

2005-08-23 Thread Richard Lynch
On Mon, August 22, 2005 12:45 am, Andras Kende wrote: > I have a some colorful pictures, Would like to add white text with > black > background around the white text... > > I can add the text fine but could figure out how to add black > background.. > > > $textcolor = imagecolorallocate($destimg, 2

[PHP] imagestring to picture

2005-08-22 Thread Andras Kende
Hello, I have a some colorful pictures, Would like to add white text with black background around the white text... I can add the text fine but could figure out how to add black background.. $textcolor = imagecolorallocate($destimg, 255, 255, 255); imagestring($destimg, 3, 10, 10, "test text",