generate image (e.g. jpg) of a web page?

JohnSmith picture JohnSmith · Jul 23, 2010 · Viewed 16.7k times · Source

I want to create an image what a web page looks like, e.g. create a small thumbnail of the html + images. it does not have to be perfect (e.g. flash /javascript rendering).

I will call use the code on linux, ideally would be some java library, but a command line tool would be cool as well.

any ideas?

Answer

Andrei picture Andrei · Jul 23, 2010

Try CutyCapt, a command-line utility. It uses Webkit for rendering and outputs in various formats (SVG, PNG, etc.).