Hallo, ich habe mal ne etwas blöde frage ?!?
mein code ... ^^ is mal nen Test ... mein Bild wird nur als nichts dargestellt also quasi erkennt man die Bildgröße
ist aber mal wieder so gefüllt als hätte er das bild nicht gefunden also das rote X in der mitte ?!?
jemand eine Idee ?
PHP-Code:
Header ("Content-type: image/jpeg");
$im = imagecreate (400, 30);
$black = ImageColorAllocate ($im, 0, 0, 0);
$white = ImageColorAllocate ($im, 255, 255, 255);
ImageTTFText ($image, 20, 0, 10, 20, $white, "tahoma.ttf","blaaahhh");
imagejpeg($im,"",100);
imagedestroy ($im);
ist aber mal wieder so gefüllt als hätte er das bild nicht gefunden also das rote X in der mitte ?!?
jemand eine Idee ?
Kommentar