Re: [PHP] Programmatic Browser Rendering Engine?

2004-11-11 Thread M Saleh EG
I've seen screenshots of websites using Live website rendered and shown in an IFRAME scaled down to say.. 50% . IFRAME is your keyword I guess. However, your idea is realy creative. On Wed, 10 Nov 2004 13:39:00 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > Please Cc: me, as it's bee

Re: [PHP] Programmatic Browser Rendering Engine?

2004-11-10 Thread Rick Fletcher
You might want to look at webthumb http://www.boutell.com/webthumb/ It is a linux command line utility that creates thumbnails of webpages. or khtml2png: http://www.babysimon.co.uk/khtml2png/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Programmatic Browser Rendering Engine?

2004-11-10 Thread Jennifer Goodie
-- Original message -- From: "Richard Lynch" <[EMAIL PROTECTED]> > Please Cc: me, as it's been quite some time since I posted 50 emails per > day to this list... :-^ > > > I'm interested in anybody's experience, good or bad, in what I am naively > coining as a "Pr

RE: [PHP] Programmatic Browser Rendering Engine?

2004-11-10 Thread Jay Blanchard
[snip] This function surfs to the given URL, as if a browser window the dimensions (imagesx, imagesy) of image were opened to that URL, and places in image a representation of what the user would see if they surfed to that site. If width and height are provided, the surfing is done as if the brows