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:
parent
a1222c0f40
commit
052533db23
1 changed files with 11 additions and 0 deletions
11
Formula/webkit2png.rb
Normal file
11
Formula/webkit2png.rb
Normal 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
|
Loading…
Reference in a new issue