Re: [PHP] Thumb nail of a web page

2002-08-10 Thread Julio Nobrega
> This would be a major task. You would have to write a complete HTML renderer > in PHP. Perhaps you can cheat and let other programs do all the work ;-) Open a page with the browser and take a "screenshot", all using php's exec(). Then trim the browser's border and toolbars using the gd mod

Re: [PHP] Thumb nail of a web page

2002-08-09 Thread Jason Wong
On Saturday 10 August 2002 05:03, Henry wrote: > Hi All, > > Just out of interest, does anyone know of a way to generate a thumb nail of > a web page given a URL? This would be a major task. You would have to write a complete HTML renderer in PHP. Maybe some clever soul could write a library tha