php image display on my page?

in php i wrote image convert script imagecreatefromjpeg, i know how to save it or display with header("Content-type:image/jpeg") which displays only one image. is it different way to display converted images on my page without saving? any idea.....?
 
Back
Top