Re: [PHP] Capturing an Image of a web page

2004-09-15 Thread john
Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? I'm sure this has been discussed and solved on/in TheList (Evolte) but I've just searched the archive and not found it.

Re: [PHP] Capturing an Image of a web page

2004-09-15 Thread Chris Dowell
You can try this: http://open.thumbshots.org/image.pxf?url=http://www.php.net But I'm not sure how useful it will be to you - it's a database of thumbnails, not a tool to dynamically generate them. [EMAIL PROTECTED] wrote: Has anyone run across a tool available to PHP that can render an image of

[PHP] Capturing an Image of a web page

2004-09-14 Thread Vail, Warren
Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? Warren Vail

Re: [PHP] Capturing an Image of a web page

2004-09-14 Thread Robby Russell
On Tue, 2004-09-14 at 17:45, Vail, Warren wrote: Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? Warren Vail This would require that PHP act as a web browser..which

Re: [PHP] Capturing an Image of a web page

2004-09-14 Thread raditha dissanayake
Vail, Warren wrote: Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? Warren Vail nothing is impossible but you will be really really hard pressed to do that. Try java

Re: [PHP] Capturing an Image of a web page

2004-09-14 Thread Thomas Goyne
On Tue, 14 Sep 2004 17:45:07 -0700, Vail, Warren [EMAIL PROTECTED] wrote: Has anyone run across a tool available to PHP that can render an image of a entire webpage from a URL, so that it can be reduced to a thumbnail and stored in a database? Warren Vail I suppose you could write a complete