Re: [PHP] GD, problem adding text to GIF images

2004-12-17 Thread Richard Lynch
Juan Nin wrote: > I'm adding text to images using the native gd in PHP 4.3.9 > > I have no problems with jpg images, but with gif ones, the colour of > the text added to the image always results a dark grey > The image itself and text are fine, but not the colour, which should be > white.. > > Has

Re: [PHP] GD, problem adding text to GIF images

2004-12-17 Thread Richard Lynch
Greg Donald wrote: > On Thu, 16 Dec 2004 12:27:27 -0700, Vail, Warren <[EMAIL PROTECTED]> > wrote: >> I believe that is the nature of GIF images, I seem to recall they were >> very >> compact but limited to a maximum of 16 colors (or 32 or some number like >> that[maybe 64]), fewer colors that JPE

Re: [PHP] GD, problem adding text to GIF images

2004-12-16 Thread Greg Donald
On Thu, 16 Dec 2004 12:27:27 -0700, Vail, Warren <[EMAIL PROTECTED]> wrote: > I believe that is the nature of GIF images, I seem to recall they were very > compact but limited to a maximum of 16 colors (or 32 or some number like > that[maybe 64]), fewer colors that JPEG. Anyone know exactly? gifs

RE: [PHP] GD, problem adding text to GIF images

2004-12-16 Thread Vail, Warren
I believe that is the nature of GIF images, I seem to recall they were very compact but limited to a maximum of 16 colors (or 32 or some number like that[maybe 64]), fewer colors that JPEG. Anyone know exactly? Warren Vail > -Original Message- > From: Juan Nin [mailto:[EMAIL PROTECTED]