L'affichage d'une image créée avec imagecreatefromstring

Disons que j'ai le code qui ressemble à quelque chose comme:

<?PHP

//
//... stuff here
//

$im = imagecreatefromstring( $imageData );

echo "<img src=" . /* what goes here? */ . "alt=\"the image\" />";


//
//more stuff here
//
?>

Que dois-je remplacer /* ce qui se passe ici? */avec mes données d'image d'affichage?

Merci.

InformationsquelleAutor ericg | 2011-08-05