Re: [PHP] treu type fonts

2003-12-15 Thread Jason Wong
On Monday 15 December 2003 11:13, cj wrote: How would I output the image to a file on the hard drive Assuming you're using the gd lib functions, then whatever function you're using to output the image has an option to write to disk. As always see manual for details. -- Jason Wong - Gremlins

RE: [PHP] treu type fonts

2003-12-14 Thread cj
sorry for the late delay. How would I output the image to a file on the hard drive Thanks -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: Thursday, 11 December 2003 11:19 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] treu type fonts On Thursday 11 December 2003 06:06

RE: [PHP] treu type fonts

2003-12-10 Thread cj
, 10 December 2003 1:10 PM To: cj Cc: [EMAIL PROTECTED] Subject: Re: [PHP] treu type fonts Hi, Wednesday, December 10, 2003, 11:53:27 AM, you wrote: c G'day all c I was wandering I have php installed with GD with freetype fonts compiled in c I ran this php script c ?php c header(Content-type

Re: [PHP] treu type fonts

2003-12-10 Thread Jason Wong
On Thursday 11 December 2003 06:06, cj wrote: I tried the png like you suggested and the same thing happens. I get nothing on the screen but if I do a right click and properties on the spot where the image should be the image type is a png image. 1) Enable FULL error reporting. 2) For

Re: [PHP] treu type fonts

2003-12-09 Thread Tom Rogers
Hi, Wednesday, December 10, 2003, 11:53:27 AM, you wrote: c G'day all c I was wandering I have php installed with GD with freetype fonts compiled in c I ran this php script c ?php c header(Content-type: image/gif); c $im = imagecreate(400,30); c $white = imagecolorallocate($im,