Is there a module that grabs a remote page and prints thumbnail image?
am 26.05.2006 06:09:13 von superbaby
Hi, I am not a Perl programmer but I need to know this so that I can
design a Perl script and get a programmer to code it:
Is there any Perl module that grabs a remote website and return a
thumbnail image?
P/S: My first post here.
Thanks.
Re: Is there a module that grabs a remote page and prints thumbnail image?
am 26.05.2006 14:35:55 von chris-usenet
Blue 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
Re: Is there a module that grabs a remote page and prints thumbnail image?
am 26.05.2006 15:40:04 von rvtol+news
Chris Davies schreef:
> A thumbnail image of the URL you've specified?
> I don't think so (but I'm happy to be proven wrong).
Pipe it through links -dump, and string() the result on a GD-image.
;)
--
Affijn, Ruud
"Gewoon is een tijger."