Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created September 27, 2012 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbender/3795263 to your computer and use it in GitHub Desktop.
Save johnbender/3795263 to your computer and use it in GitHub Desktop.
Cuty Capt and Showoff
# Requires that you download and build cutycapt http://cutycapt.sourceforge.net/
# Once that's done all you have to do is reference each of your slides in some fashion or
# another. With Showoff it actually crops right to the slide dimensions (added bonus)
# NOTE replace slide count used to sequence the images, in this case 100
for i in $(seq 1 100); do
$(./path/to/Cuty/Capt/Binary --url=http://example.com/#$i --out=$i.png)
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment