Re: [PHP] Image Manipulation/GD support

2002-03-24 Thread Richard Archer
At 8:17 PM -0800 23/3/02, Rasmus Lerdorf wrote: >failing. I use gd2 these days because the 8-bit limitation of gd1 just >sucks. You can find my simple gd2 instructions here >http://www.php.net/~rasmus/gd.html I found that enabling GD and freetype support in php-4.1.2 was not this simple. php-4

Re: [PHP] Image Manipulation/GD support

2002-03-23 Thread Rasmus Lerdorf
> reading the ./configure -h I see that they CHANGED what the configure > options mean. > now --with-freetype=dir refers to freetype 2 Untrue, it only refers to freetype2 when you are building against GD2. > phpinfo() says I have FreeType linkage. > But both ImageFtText and ImageTTFText fail to

Re: [PHP] Image Manipulation/GD support

2002-03-23 Thread Michael A. Peters
On the topic of gd support but a slightly different topic- I was using php 4.0.5 gd 1.8.3 patched for gif support (using libungif for libgif which I *think* is OK) FreeType 1.3.1 (compiled myself in /usr/local ) t1lib 1.3.1 (compiled myself in /usr/local ) I was using gd to draw pictures and wr

RE: [PHP] Image Manipulation/GD support

2002-03-23 Thread Navid Yar
3, 2002 4:41 PM To: Navid Yar Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Image Manipulation/GD support Try image/jpeg as your content-type On Sat, 23 Mar 2002, Navid Yar wrote: > Hello, > > I just enabled GD support for PHP via the php.ini file. When I try to > run a script that uses th

Re: [PHP] Image Manipulation/GD support

2002-03-23 Thread Rasmus Lerdorf
Try image/jpeg as your content-type On Sat, 23 Mar 2002, Navid Yar wrote: > Hello, > > I just enabled GD support for PHP via the php.ini file. When I try to > run a script that uses the functions included in the library, it gives > me a dialog box asking me whether I want to save the php file to