Using Images From The Web

I was thinking of trying to make an arduino web browser. I've only seen this done before once, by hackaday. I was thinking of improving on their idea with an arduino mega 2560 (Because it has the best specs). But they're browser could only do HTML text and hyperlinks. And I want to display images from the web on a tft screen, I want to know if I can display images from the web before I buy an Ethernet shield and a mega 2560. If anyone knows if this is possible, please tell me.

-Averysumner

yes it is possible (at least for uncompressed images) but will take very much time (think minutes) and you must probably process the data while image streams comes in.

Decompressing compressed images might be a bridge too far..
Live video is not feasible