Ciao

Codice PHP:
header("Content-type: image/png");
$im = @imagecreate(45070) or die("Cannot Initialize new GD image stream");
$background_color imagecolorallocate($im000);
$text_color imagecolorallocate($im2551491);
imagestring($im1055,  "Ciao \n Come va?"$text_color);
imagepng($im);
imagedestroy($im); 
E' possibile aggiure "
" dentro l'immagine ? tipo nl2br, se l'input è textarea... So che è possibile, pero non so come...

Se qualcuno mi potrebbe aiutare...

Grazie ancora.
Ciao
Claudio.