No commit activity in last 3 years
No release in over 3 years
Takes screenshots of sites using WebKit and Qt
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Taking screenshots of websites is now easy

Prerequisites

  • Ruby > 1.8.6
  • Rubygems
  • Qt4 (with WebKit)
  • xvfb

See the ubuntu-setup.sh file for a nice script to install everything you need for you.

Install

sudo gem install straight_shooter

Usage

xvfb-run -a straight_shooter http://google.com result.png

TODO

  • Better color depth
  • Fonts!
  • Make it possible to start xvfb if it's not already running and have Qt use it for rendering
  • How to run without xvfb?
  • Prereq install instructions for more platforms