Gossamer Forum
Home : General : Internet Technologies :

Create Thumb of HTML page with Perl!

Quote Reply
Create Thumb of HTML page with Perl!
Is the any way to create thumb of html page on a fly with perl?

Thank you

Dmitry
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
You can't take a screenshot of anything without your target image/text displayed on screen.
Quote Reply
Re: [Paul] Create Thumb of HTML page with Perl! In reply to
This is true. But how the windows does it?

I mean it creates html thumbs in Windows Explorer.



Thank you

Dmitry
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
Yeah, but thats Windows. Programmed in C, C++ (or whatever they use). Its a totally different technology. Wink

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
Have your script open up a web browser, capture the screen and produce an image using GD set of modules?

- wil
Quote Reply
Re: [Andy] Create Thumb of HTML page with Perl! In reply to
Not doubt it's windows. C or C++ it's not a problem.

You can do pretty much everything on Perl. The problem is i,m not sure how the algorithm will looks like.

Thank you

Dmitry
Quote Reply
Re: [Wil] Create Thumb of HTML page with Perl! In reply to
Hmm! But you have to open a browser window first.

Is the any way to copy image directly in buffer without open the browser windows?

Thank you

Dmitry
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
Quote:
Is the any way to copy image directly in buffer without open the browser windows?

That's what I said in my original reply. The "thing" you want to capture has to be visible on the desktop in order for it to be captured. You can't copy a html page into a "buffer" as there is no way for the operating system to know what the html page should look like.
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
You could probably do it *somehow* on an NT server ... but NT... eugh!

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Create Thumb of HTML page with Perl! In reply to
What's the eugh for?...NT is an excellent platform.
Quote Reply
Re: [Paul] Create Thumb of HTML page with Perl! In reply to
That not what I've heard. You have to reboot it every day or so (UNIX can last months, or even years, without the need for a reboot) ... and there are a *ton* of worms and stuff that love playing with NT webservers.

Still say Eugh! Wink

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Paul] Create Thumb of HTML page with Perl! In reply to
Well! i still going to investigate it and i,m pretty sure i will find some solution. Any way if come up with something i will post it.



Thank you Crazy

Dmitry
Quote Reply
Re: [Andy] Create Thumb of HTML page with Perl! In reply to
Hey Andy!

You right NT sucks. Too much troubles. I better stick with a Unix.



Thank you Smile

Dmitry
Quote Reply
Re: [Andy] Create Thumb of HTML page with Perl! In reply to
Don't believe everything you hear.

Windowx XP runs on the NT kernel and I can leave my pc running with apache, php, perl, mysql for a long time with no problems.

I'm sure it's more stressful for a live server but rebooting every day or two is either:

a) Poorly configured server
b) Anti-MS bull.

Last edited by:

Paul: Jun 11, 2003, 3:42 PM
Quote Reply
Re: [doom] Create Thumb of HTML page with Perl! In reply to
Hi

With an NT server you could configure your Perl to trigger a macro that would open up a browser window with a supplied argument which was your URL. You could then take a screengrab of the screen again with a macro.

But macros are evil, but that's another story ...

- wil