Created
August 17, 2013 01:58
-
-
Save yorikvanhavre/6254881 to your computer and use it in GitHub Desktop.
html thumbnailer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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