phpbar.de logo

Mailinglisten-Archive

[php] GDLIB und Freetype

[php] GDLIB und Freetype

Fabian Betto php_(at)_phpcenter.de
Mon, 07 Jan 2002 22:12:52 +0100


Hallo zusammen

Wie muss ich einen Font in ein Bild laden, wenn
GDLIB und Freetype vorhanden sind ? Ich bekomme
immer Warning: Could not find/open font

$imgpath = "111.jpg";
$img = ImageCreateFromJPEG("$imgpath");
$font_color = imagecolorallocate($img,255, 255, 255);
imagettftext($img, 20, 28, 30, 140, $font_color, "arial.ttf", "Hallo Font");
ImageJPEG($img);

Kann mir jemand sagen warum das nicht funzt ?

Danke und Gruss, Fabian


php::bar PHP Wiki   -   Listenarchive