nox
Erfahrenes Mitglied
hy @all
suche tutorial für PNG - grafiken könnt ihr mir helfen?
gesucht is link oder so...
habe da schonma von selfphp das beispiel durchgemacht:
aber das funzt net (bild wird nicht erstellt)!
brauch ich da für PNG - Grafiken zusätzliches prog.?
greez nox
suche tutorial für PNG - grafiken könnt ihr mir helfen?
gesucht is link oder so...
habe da schonma von selfphp das beispiel durchgemacht:
PHP:
<SCRIPT LANGUAGE="JavaScript">
<!--
<?PHP
$image = imagecreate(300,150);
$farbe_body = imagecolorallocate($image,243,243,243);
$farbe_linie = imagecolorallocate($image,12,2,146);
imagedashedline($image,150,20,60,130,$farbe_linie);
imagegif($image);
?>
//-->
</SCRIPT>
brauch ich da für PNG - Grafiken zusätzliches prog.?
greez nox