Hi everyone.
I got my new server running, it now uses gd-2.0.1 and freetype-2.0.6 on php 4.0.6. The server is apache 1.3.22 running Linux.
Now, I can create true color images, e.g. for thumbnails. This works fine.
I also can create palette based images and use ImageTTFText() on them. Again it works fine, the text is antialiased just nicely.
But I can not combine both. That is I can not use ImageCreateTrueColor() and then writing text with ImageTTFText(). The text is no longer antialiased and basically looks like crap.
I'ver tried all ImageColor* functions but without success.
Is it even possible to combine true color with antialiased TTF?
Thanks in advance,
Dominique