I am using php's readfile to display jpeg images outside of my sites web root. Unfortunately when I do, some small lines appear on the image. Has anyone noticed this occurring and found a fix? Is there a better function to use rather than readfile?
Thanks for any help.

Live Link: http://s116777.gridserver.com/pop_up_image/editions/00013
You may have to refresh a few times, but they will appear about 30% of the time - as shown below:

readfile()won't add lines into JPEG images. Can you show a live example? – Pekka Sep 19 '11 at 13:51