[PHP] Text in grafik
lima-city → Forum → Programmiersprachen → PHP, MySQL & .htaccess
-
Hey leute, hier erstmal den code den ich benütz:
<?php header (\"Content-type: image/png\"); $im = @imagecreatetruecolor(200, 20) // 200 is the width - and 20 the height or die(\"Cannot Initialize new GD image stream\"); $text_color = imagecolorallocate($im, 233, 14, 91); $color = imagecolorallocatealpha($im, 151, 151, 151, 127); imagefill($im, 0, 0, $color); imagestring($im, 15, 5, 2, ($_GET[text]), $text_color); imagepng($im); imagedestroy($im); ?>
doch wie kann ich es machen das die width also die breite so lang ist wie der text und +3.
Doch wie? -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage