Graphics Php

    $animage = imagecreatefromjpeg ("images/tiger.jpg")){
    imagejpeg ($animage);
    header ("Content-type: image/jpeg");
    imagedestroy ($animage);
?>