From 209402e1a4bbbbfa0b269645394b750f37248e95 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 30 Dec 2009 14:04:49 +0100 Subject: 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. --- Library/Formula/webkit2png.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Library/Formula/webkit2png.rb (limited to 'Library/Formula') diff --git a/Library/Formula/webkit2png.rb b/Library/Formula/webkit2png.rb new file mode 100644 index 000000000..0577dfe79 --- /dev/null +++ b/Library/Formula/webkit2png.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Webkit2png