Wie haben die das gemacht, ich bekomme es nicht hin, auf ein Bild ein anderes bild "drauf zu schreiben" Text geht super, aber kein bild...
Also ein Hintergrund Bild, und da dann einen balken drauf bringen.
$dst_im = "1.png"; $src_im = "red.png"; $dst_x = "1"; $dst_y = "20"; $src_w = "10"; $src_h = "30"; $src_y = "1"; $src_w = "20"; int ImageCopy ( resource $dst_im , resource $src_im , int $dst_x , int $dst_y , int $src_x , int $src_y , int $src_w , int $src_h )
Kommentar