Naja, es sind ja drei Werte: einmal die Formel, min x und max x
Hab versucht es testweise in mein image auszugeben:
Der content-type ist auf image/png gesetzt.
Was mache ich falsch?
Gruss
Hab versucht es testweise in mein image auszugeben:
PHP-Code:
$schriftart = "verdana.ttf";
$size = 7;
$blue = imagecolorallocate($im, 0, 0, 255);
imagettftext($im, $size, 0, 15, 60, $blue, $schriftart, $array_formel[0]);
imagettftext($im, $size, 0, 15, 80, $blue, $schriftart, $array_formel[1]);
imagettftext($im, $size, 0, 15, 100,$blue,$schriftart,$array_formel[2]);
ImagePNG($im);
Was mache ich falsch?
Gruss
Kommentar