le 06/06/2004 à 16:50
bibi
c ptet TTF en majuscule ?
a mon avis t'as dja essayé ...
a mon avis t'as dja essayé ...
<?php
$image = "img.png";
$taille = "12";
$angle = 0;
$x = $y = 20;
$police = "arial.ttf";
$texte = "bonjour";
$im = imagecreatefrompng($image);
$white = imagecolorallocate($im, 255,255,255);
$black = imagecolorallocate($im, 0,0,0);
imageTTFText(imagepng($im), $taille, $angle, $x, $y, $white, $police, $texte); ?>[code]
Alors l'image s'affiche nikel mais yaurai kom ki dirai ... pa de texte mdrr ^^ donc jcomprend po trop :s