Hi!
hier mein code:
also das bild wird angezeigt und verkleinert, aber der text kommt nicht
zur geltung ... wo ist da mein fehler ?!
lg tom
hier mein code:
PHP-Code:
....
$text = "text";
imagecopyresampled ( $im_des, $im_src, 2, 2, 0, 0, 80,85,$breite,$hoehe);
$white = imagecolorallocate($im_des, 255, 255, 255);
imagettftext($img_des, 12, 0, 0, 85, $white, "include/verdana.ttf", $text);
imagejpeg($im_des);
zur geltung ... wo ist da mein fehler ?!
lg tom
Kommentar