Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
see also imagecreate().
see also imagecreate() and imagecreatetruecolor().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
?php header ("content-type: image / gif"); $im = imagecreate (400, 30); $black = imagecolorallocate ($im, 0, 0, 0); $white = imagecolorallocate ($im, 255, 255, 255); imagettftext ($im, 20, 0, 10, 20, $white, "/ path / arial.ttf", "testing...
?php header( "content-type: image / jpeg"); $im = imagecreate(400,30); $white = imagecolorallocate($im, 255,255,255); $black = imagecolorallocate($im, 0,0,0); / / replace path by your own font path imagettftext($im, 20, 0, 10, 20, $black, "/ path / arial.ttf", "testing...
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent