Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/01/2011, 15:02
Avatar de dedydamy
dedydamy
 
Fecha de Ingreso: marzo-2010
Ubicación: Aca :D
Mensajes: 78
Antigüedad: 14 años, 2 meses
Puntos: 4
Problema con imagenes dinamicas

hola :D, tengo este codigo
Código PHP:
header('Content-type: image/png');
$image=imagecreatefrompng('megavideo.png');
$fuente='calibir.ttf';
$blancoimagecolorallocate($image,0xff,0xff,0xff);
imagettftext($image,11,0,144,22,$blanco,$fuente,$_GET['titulo']);
imagepng($image);
imagedestroy($image); 
ya rebice todo, esta la fuente, la imagen, pero por alguna razon no escribe en la imagen, solo muestra la imagen, intente quitar la variable get y ponerle un texto, en vez de que lo tomara por get, pero sigue igual

alguna idea?
__________________
http://dedydamy.com/