Hello,
my php script generates an image including some text set with
ImageTTFText().
On one machine the image is perfect. On the second machine everything is
ok but the text.
The letters are too big an have added some ugly extra pixel.
Additionaly some characters only apear as black outlined boxes.
Why does this happen? How can I repair this?
The ttf font file used is exactly the same on both machines
(eg arial.ttf).
"good" machine:
Red Hat, PHP Version 4.0.5
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
PNG Support enabled
"bad" machine:
FreeBSD, PHP Version 4.0.4pl1
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
JPG Support enabled
PNG Support enabled
WBMP Support enabled
TIA, Stephan