, September 17, 2004 6:48 PM
To: 'Jason Davidson'; Michael Mao; [EMAIL PROTECTED]
Subject: RE: [PHP] thumbnail of webpage
I have been looking into this over the last week and have come up blank as
well. Doing this manually is simple, point your browser to your URL, and in
windows use to copy a
Great link. This tool is exactly what I'm looking for. Thanks!
On Mon, 20 Sep 2004 08:01:15 -0500 (EST), Ed Curtis <[EMAIL PROTECTED]> wrote:
>
> If you have a Linux box available here's something to try although it
> does have some required software.
>
> http://www.babysimon.co.uk/khtml2png/in
Stefan Holmes wrote:
-Original Message-
From: raditha dissanayake [mailto:[EMAIL PROTECTED]
Sent: 18 September 2004 03:22
To: Michael Mao
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] thumbnail of webpage
Michael Mao wrote:
Is there a way to capture a snapshot of a html page and save it
> -Original Message-
> From: raditha dissanayake [mailto:[EMAIL PROTECTED]
> Sent: 18 September 2004 03:22
> To: Michael Mao
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] thumbnail of webpage
>
> Michael Mao wrote:
>
> > Is there a way to capture a snapsho
--Original Message-
> From: raditha dissanayake [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 20, 2004 12:28 PM
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] thumbnail of webpage
>
>
> Gryffyn, Trevor wrote:
>
> >Some great recommendations, but my first thought is
Gryffyn, Trevor wrote:
Some great recommendations, but my first thought is wondering if you can
interface with IE via COM or something. Or open the URL via IE and use
the Windows API to do a PRINT SCREEN or ALT-PRINT SCREEN to capture it
to the clipboard and do something funny that way.
Good i
Some great recommendations, but my first thought is wondering if you can
interface with IE via COM or something. Or open the URL via IE and use
the Windows API to do a PRINT SCREEN or ALT-PRINT SCREEN to capture it
to the clipboard and do something funny that way.
If I had time right now, I'd lo
If you have a Linux box available here's something to try although it
does have some required software.
http://www.babysimon.co.uk/khtml2png/index.html
There is also a link on the site for a commercial product for Windows that
does the same thing.
I can't endorse either one as I have not used
On Fri, 2004-09-17 at 22:22, raditha dissanayake wrote:
> Michael Mao wrote:
>
> > Is there a way to capture a snapshot of a html page and save it as a
> > jpg using php?
> >
> This is something that's very very hard to do with PHP but can be easily
> done with Java.
Have not tried this but ho
Hi Michael,
read this (in italian)
http://forum.html.it/forum/showthread.php?s=&threadid=694523&highlight=pillo
la+upload
- Original Message -
From: "Michael Mao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 18, 2004 1:54 AM
Subject: [PHP] thumbnail of webpage
>
On Saturday 18 September 2004 09:48, Vail, Warren wrote:
> I have been looking into this over the last week and have come up blank as
> well.
A semi-workable was posted in the archives some months ago. Twice.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems I
> Michael Mao wrote:
>
> > Is there a way to capture a snapshot of a html page and save it as a
> > jpg using php?
This is a bit of a hack, but kinda neat if you don't mind setting it
up. I'm sure you could use php to call a script anyway. Heh.
http://www.livejournal.com/users/brad/2015327.html
* Thus wrote Michael Mao:
> Is there a way to capture a snapshot of a html page and save it as a jpg
> using php?
As you can see this isn't an easy task. One possiblity is to ask
the mozilla/gecko developers if it would be possible to to create a
library that would render a page into a bitmap.
Michael Mao wrote:
Is there a way to capture a snapshot of a html page and save it as a
jpg using php?
This is something that's very very hard to do with PHP but can be easily
done with Java.
--
Raditha Dissanayake.
http
riday, September 17, 2004 6:08 PM
To: Michael Mao; [EMAIL PROTECTED]
Subject: Re: [PHP] thumbnail of webpage
First, im not sure how you would capture a snapshot of the page, sinse the
page is rendered by the browser, and php is completely server side.
Possibly there is a way to fopen a pa
First, im not sure how you would capture a snapshot of the page, sinse
the page is rendered by the browser, and php is completely server side.
Possibly there is a way to fopen a page or something, but... i dunno..
as for making thumbnail, using the gd extension, is quite easy.
check the manual fo
16 matches
Mail list logo