Screenshotter
Really simple utility to take a screenshot of a given web page at 3 different widths, right now it's just 640 / 1024 / 1600 pixels width and it will capture the full height of the page.
Currently requires firefox to be installed, but I'll probably add support for chrome driver and the other selenium drivers at some point.
Installation
Install it as:
$ gem install screenshotter
Usage
screenshotter <url>
Will produce 3 files in the current directory:
<url>-640.png
<url>-1024.png
<url>-1600.png
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request