Ask a Question related to PERL Modules, Design and Development.
-
Blue #1
Is there a module that grabs a remote page and prints thumbnail image?
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.
Blue Guest
-
How to get original image of thumbnail image
Hi To All i am doing one task, like storing image in database and loding back t Datagrid, in that i am taking thumbnail, It working fine. but... -
Original Image & Thumbnail on same page?
Hi, I'm pretty new at this, so forgive my ignorance. I'm running DW MX 2004 with PHP and MySql. Got the database running fine and I'm trying to... -
Create Image OF remote web page(s)
Hey all, I've spent about two weeks trying to figure this out. What I need is a script to grab a webpage and display it as an (thumbnail?)... -
Thumbnail image in Flash to larger image in new window?
I have a series of thumbnail images in Flash and I want the user to be able to click on the thumbnail and get a larger photo. I know how to make the... -
Image Thumbnail
Create ACDSee style image Browser, only one minute. download sample from http://www.viscomsoft.com/imagethumbnail.htm -
Chris Davies #2
Re: Is there a module that grabs a remote page and prints thumbnail image?
Blue <superbaby@myjaring.net> wrote:
A thumbnail image of the URL you've specified?> Is there any Perl module that grabs a remote website and return a
> thumbnail image?
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
Chris Davies Guest
-
Jürgen Exner #3
Re: Is there a module that grabs a remote page and prints thumbnail image?
Blue wrote:
A namesake of yours just posted exactly the same question to CLPmisc. You> Is there any Perl module that grabs a remote website and return a
> thumbnail image?
may want to check with him for answers he got.
jue
Jürgen Exner Guest
-
Dr.Ruud #4
Re: Is there a module that grabs a remote page and prints thumbnail image?
Chris Davies schreef:
Pipe it through links -dump, and string() the result on a GD-image.> A thumbnail image of the URL you've specified?
> I don't think so (but I'm happy to be proven wrong).
;)
--
Affijn, Ruud
"Gewoon is een tijger."
Dr.Ruud Guest



Reply With Quote

