Leçon N° 17 : Création / Manipulation des images
Mettre un texte sur le photo sans modifier le photoSolutionSolution & source*
Rajouter un texte horizontalement
Notes de page
Source: lesson_17_photo_02.phpRésultat
<img src="../exercises/photo_02.php">

Fichier : photo_02.php
<?php
header
("Content-type:image/jpeg"); 
$myImageFile "photo_01.jpg"
$myImage ImageCreateFromJPEG($myImageFile);
imageJPEG($myImage);
?>

Tous droits réservés. 2005-2020