Hello,

I am using GD v. 1.8.3, freetype 1.3.1 and php 4.0.3.p1.  I am having a problem with 
some of my background color bleeding through my font/text when I create a new image 
with ImageTTFText.  Specifically I want my text to be pure white (255,255,255), but it 
is not appearing that way on my output image.

Here is the code I am using:

 $fontColor = ImageColorAllocate ($im,255,255,255);
 ImageTTFText($im,$fontSize,0,$fontX,$fontY,$fontColor,$fontFile,$fontText);

Has anyone else experienced this?

Thank you,
Kevin

Reply via email to