Mam cos takiego
Kod
<?php
header("content-type: image/png");
$obraz = imagecreatefrompng('tlo.png');
$bialy = imagecolorallocate($obraz, 255, 255, 255);
$arial = 'arial.ttf';
imagettftext($obraz, 12, 0, 0, 0, $bialy, $arial, $moj_tekst);
imagepng($obraz);
if($obraz)
imagedestroy($obraz);
header("content-type: image/png");
$obraz = imagecreatefrompng('tlo.png');
$bialy = imagecolorallocate($obraz, 255, 255, 255);
$arial = 'arial.ttf';
imagettftext($obraz, 12, 0, 0, 0, $bialy, $arial, $moj_tekst);
imagepng($obraz);
if($obraz)
imagedestroy($obraz);
i to dziala
a teraz pytanie do was.
jak wstawic ANIMOWANY gif do tego ?

tak by sie caly czas animowal ?

Pozdrawiam
