Discussion: Ole noob :D
Afficher un message
Vieux 28/05/2007, 21h09   #4 (permalink)
Profil
hackchip
Hacker De Chips
Ancienneté  92%
Ancienneté 92%
 
Avatar de hackchip
 
Date d'inscription: mai 2006
Localisation: Rouen
Âge: 43
Genre : Homme
Pays :
Messages: 1 607
Téléchargements: 66
Uploads: 0
Merci: 2
Remercié 340 fois dans 42 Posts
Par défaut

Ok, essaye ça pour commencer :

Code:
<?php
header ("Content-type: image/png");
$image_source = imagecreatefrompng("images/logo.png");
$orange = imagecolorallocate($image_source, 255, 128, 0);
imagestring($image_source, 4, 35, 15, "Vive MetaGames !!!", $orange);
imagepng($image_source);
?>
Tu mes ton image PNG dans un dossier images, sinon change le chemin.
__________________
hackchip est déconnecté   Réponse avec citation