Caso concreto:
Si uso esto:
Código PHP:
....
....
$myimage=$fullurl.$image;
$img_handle = imageCreateFromPNG("$myimage");
$color = ImageColorAllocate ($img_handle, 100, 100, 100);
$img_w = imagesx($img_handle);
$img_h = imagesy($img_handle);
$font = 'times.ttf';
$font_size1 = 23;
$font_size2 = 10;
$text1="Hello... ".$name;
imagettftext($img_handle, $font_size1, 3, round(($img_w/2)-((strlen($text1)
...
...
No me genera la imagen.