webpage screenshot khtml2png alternatives
Are there any alternatives to khtml2png ie. command line tools to create png screenshots of webpages? I would like to run it on a server to grab snapshots of certain sites.
Linux only please. webkit2png is pretty awesome on osx...
Than开发者_JAVA技巧ks!
http://www.paulhammond.org/webkit2png/
see this
with python
python /path/to/webkit2png http://www.google.com/
also you can do it with firefox !?
firefox -savepng http://www.web-screen-capture.com/
https://www.mashape.com/warting/scrapegoat/
You just need curl
I know I'm a bit late but maybe it will help someone :)
There's a nice command line tool called gnome-web-photo. Usage is simple as this:
gnome-web-photo http://google.com myscreenshot.png
精彩评论