PHP-Bild

<?php header("Content-type: image/png"); $img = imagecreate(360, 50); $colorweiss = imagecolorallocate($img, 255, 255, 255); $colorschwarz = imagecolorallocate($img, 0, 0, 0); imagefill($img, 0, 0, $colorweiss); $fontfile= 'arial.ttf'; imageTTFText($img, 9, 0, 0, 12, $colorschwarz, $fontfile, "Test"); imagepng($img); imagedestroy($img); ?>

Ich möchte zum diesen Bild noch ein Hitergrund bild haben…
Also so:

WIE MACH ICH DAS ?
Ach ja das Hintergrundbild ist 360px Breit und 50px Hoch…Wie das php bild…

MfG fishi :smiley:

hey meine sig :smiley:

Nehme an du willst eine Dynamische Signatur machen? Wenn ja, hier bitte ein Tutorial von sixpack. Thread befindet sich überigens nur wenige unter deinem. Falls du nicht nach dem gesucht hast, hab ich dich falsch verstanden.

viewtopic.php?f=10&t=230

ne ich will nur ein hintergrund bild einfügen in ein php bild… lol

Also hier ist ein php-Bild:

Nun der hintergrund ist weiss aber ich will ein bild als hintergrund …
Das Hintergrund bild ist genau so gross wie das php-Bild…

Die Seite hast du dir mal durchgelesen?

ahh mit $img = imagecreatefrompng(“hintergrund_bild.png”);

Nächstes mal solltest du vielleicht doch erstmal die Antwort sorgfältig durchlesen.

Und hier kann jetzt geclosed werden. Thema ist erledigt.