let's say I have the following:
$image = imagecreatefromjpeg($filePath);
echo imagejpeg($image);
is it possible to display this as image without the need to display the headers (which will block other html rendering? or must I split it to several files?