On Sun, Nov 7, 2010 at 10:20 PM, Andrew Evans <[email protected]> wrote: > Hello! > > I was wondering if anyone could recommend a method for creating an image > from a web site using web2py. > > For example say someone enters a url in a form the script executes and grabs > an image/screen shot of the web site entered in the form. > > Any ideas
I've never done this, so I don't know of a 'proper' way to do it, but maybe this: Convert the web site to PDF, and then use imagemagick to rasterize the PDF into whatever format you want. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group

