Webkit2png

A command line tool that creates png screenshots of webpages.

With tall or wide pages that would normally require scrolling, it takes
screenshots of the whole webpage, not just the area that would be
visible in a browser window.

Webkit2png makes use of WebKit, the rendering engine used in Safari.
This commit is contained in:
Alexis Hildebrandt 2009-12-30 14:04:49 +01:00 committed by Max Howell
parent a1222c0f40
commit 052533db23

11
Formula/webkit2png.rb Normal file
View file

@ -0,0 +1,11 @@
require 'formula'
class Webkit2png <Formula
head 'git://github.com/paulhammond/webkit2png.git'
homepage 'http://www.paulhammond.org/webkit2png/'
md5 ''
def install
bin.install 'webkit2png'
end
end