Re: Is there a module that grabs a remote page and prints thumbnail image?
- From: Chris Davies <chris-usenet@xxxxxxxxxxxx>
- Date: Fri, 26 May 2006 13:35:55 +0100
Blue <superbaby@xxxxxxxxxxxx> wrote:
Is there any Perl module that grabs a remote website and return a
thumbnail image?
A thumbnail image of the URL you've specified?
I don't think so (but I'm happy to be proven wrong).
Some questions for you to consider...
What pixel-size page would you expect your thumbnail to
represent? 1024x768? 800x600? 1000x1000?
What should happen with DHTML elements (bits that move)? Maybe they
shouldn't be rendered, but what if those elements are static and
contribute to the page layout?
What should happen to javascript (and java, flash, realplayer, and other
embedded applets for that matter)? Should they be rendered or ignored? How
would you decide (programatically)?
Chris
.
- Follow-Ups:
- References:
- Prev by Date: Is there a module that grabs a remote page and prints thumbnail image?
- Next by Date: Re: Is there a module that grabs a remote page and prints thumbnail image?
- Previous by thread: Is there a module that grabs a remote page and prints thumbnail image?
- Next by thread: Re: Is there a module that grabs a remote page and prints thumbnail image?
- Index(es):