J'ai fait ce que tu me dit Genova et j'ai ça comme erreur après :
Fatal error: Call to undefined function imagettftext() in /home/severs/public_html/forum_de_la_legende/includes/image.php on line 32
voici la ligne (environ):
[php]// Emplacement et taille de la police
$font = './fonts/Pertibd.ttf';
$fontsize = 35;
// Ajout du texte dans la photo
imagettftext( $img, $fontsize, 0, 10, 50, $noir, $font, $str );
// Création de l'image finale
imagepng( $img );
[/php]