Re: [PHP] Re: Text>Image

2003-03-08 Thread Jason Sheets
Hi Christopher, You have to get the width of the font you are using in the image then multiply that by the length of your string. There is a gd/image function that returns the width of a font, you can look at http://www.php.net/manual Jason On Sat, 2003-03-08 at 15:30, Christopher Smith wrote: >

[PHP] Re: Text>Image

2003-03-08 Thread Christopher Smith
I understand how to place the text on the image etc. Just not exactly sure how to make the image based on how big the text file I put into an array "Christopher Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Greetings, > > I've recently searched newsgroup archives on how t