hi
managed to sort the pictures transparency

stuck with puttinf txt on the image. i have this ut cant seem to change font size

Code:
$iOut=ImageCreateFrompng($_SERVER["DOCUMENT_ROOT"].'/php/videos/hide/tempheader.png');
$text_color = imagecolorallocate($iOut, 233, 14, 91);
imagestring($iOut, 22, 500, 100,  'A Simple Text String, $text_color);
imagejpeg($iOut,$_SERVER["DOCUMENT_ROOT"].'/php/videos/hide/header2.jpg');
imagedestroy($iOut);