gd text and lines show up as grey in gif from Illustrator

hackerz10001

New Member
I'm using gd in PHP to add some text to a gif image from Illustrator. I've added text and drawn figures, and no matter how I specify the color, they all show up as gray (I'm guessing 50% gray). I opened the image in MS Paint and re-saved it as a gif. When I did that, it gave a warning of color loss. However, the colors show up correctly when I add things using gd on the new image. What's the deal? Does it have something to do with the palette Illustrator uses when saving the original?I'm using PHP Version 5.2.6-1+lenny9. Here's the gd info:\[code\]GD Support enabled GD Version 2.0 or higher FreeType Support enabledFreeType Linkage with freetypeFreeType Version 2.3.7 T1Lib Support enabled GIF Read Support enabled GIF Create Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled\[/code\]
 
Back
Top