Skip to content

Instantly share code, notes, and snippets.

@yorikvanhavre
Created August 17, 2013 01:58
Show Gist options
  • Save yorikvanhavre/6254881 to your computer and use it in GitHub Desktop.
Save yorikvanhavre/6254881 to your computer and use it in GitHub Desktop.
html thumbnailer
cutycapt --url=file:///home/yorik/Site/index.html --out=/tmp/tmpthumb.jpg && convert /tmp/tmpthumb.jpg -thumbnail 150x180^ -gravity NorthWest -extent 150x180 thumb.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment