Re: [PHP] text to image

2003-02-14 Thread Hugh Danaher
call. imagepng ($im); imagedestroy ($im); Hope this helps, Hugh - Original Message - From: "Alex Shi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 1:00 PM Subject: Re: [PHP] text to image > forgot somethingwhen try fol

Re: [PHP] text to image

2003-02-14 Thread Jason Wong
On Saturday 15 February 2003 04:49, Alex Shi wrote: > I got following error msg when ran it: > > > Warning: ImageTtfText: No TTF support in this PHP build in > /home/dotkard/www/current_time.php on line 6 You need to configure/recompile php with TTF support. > Warning: ImageGif: No GIF support

Re: [PHP] text to image

2003-02-14 Thread Alex Shi
unctions in the php > > manual. There are some font limitations, specifically dealing with > > alternate characters, but you'll find out what works and what doesn't soon > > enough. > > Hugh > > > > - Original Message - > > From: "Alex

Re: [PHP] text to image

2003-02-14 Thread Alex Shi
characters, but you'll find out what works and what doesn't soon > enough. > Hugh > > - Original Message - > From: "Alex Shi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, February 14, 2003 10:16 AM > Subject: [P

Re: [PHP] text to image

2003-02-14 Thread Hugh Danaher
ex Shi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 10:16 AM Subject: [PHP] text to image > Hello, > > I am thinking to create php script to dynamically convert a text string to > image. My questions are: > > 1. with a given text

[PHP] text to image

2003-02-14 Thread Alex Shi
Hello, I am thinking to create php script to dynamically convert a text string to image. My questions are: 1. with a given text string, say "hello, world", is it possible to dynamically convert it to an image? and what php built-in functions can be utilized? 2. if I want to use true-type verdana