I am wondering if there is any good way to create image of page when I have url. If people submit url's, I would like to be able to create an image of that page and store that somewhere. I am not sure if this can be done easily or not, I have no simple ideas how to do that. I was wondering before I do something really complicated, if you could share ideas, solutions etc that might help me.
I am looking for programmatic solution as I am not happy with what is offered already as online service. I would also prefer open source solution.
Good example is at http://browsershots.org/screenshots/. What software are they using?
More ideas from here: I think that a combination of WGet and html2ps would do the trick. wget downloads the web pages, html2ps renders the html files and converts them to images. html2ps will render postscript files, which would primarily be good for printing, but I'm sure that similar utilities exist to render to .jpg or what have you.
Still seeking for good ways to this.
Thanks in advance.strong text