ciao a tutti,
ho un problema con imagettftext() il codice che ho usato è:
$font ="arial.ttf";
$text = "Testing...Testing...Testing...Testing...";
$im = imagecreate(400, 30);
$url_pic= "http://www.sito.com/foto_prodotti/foto.jpg";
imagettftext($url_pic,10, 45, 100, 100, 205, $font, $text );
imagejpeg()
imagejpeg($im);
imagedestroy($im);
ma mi stampa segnacci strani!
E' mia intenzione 'macchiare' soltanto le foto che apro con il comando javascript:Popup('') come posso fare?
grazie.