# screen_capture

Capture a screen shot of a web page

## Installing

First install GhostJS (automatic install coming soon)

code.google.com/p/phantomjs/wiki/BuildInstructions

For brevity, I’ve included some popular installs:

### Fedora For convenience, copy the executable bin/phantomjs to some directory in your PATH.

yum install qt-webkit-devel qt-devel
git clone git://github.com/ariya/phantomjs.git && cd phantomjs
git checkout 1.2
qmake && make

### Mac OS X With homebrew

brew update
brew install phantomjs

## Contributing to screencap

Copyright © 2011 Jason Amster. See LICENSE.txt for further details.