Simple wrapper around webkit2png (or other command-line screengrab tool) to take multiple screengrabs at multiple sizes easily.
- Copy
lensmaninto your$PATHand ensure it is executable - Create a configuration file (see
example.conffor inspiration) - Running
lensman <config_file>will callwebkit2pngon each path in the configuration file.
Lensman can grab pages at multiple widths. Currently it uses the method in the multiple widths on the alphagov fork of webkit2png as this means the page doesn't need to be reloaded over and over.