Skip to content

Instantly share code, notes, and snippets.

@shauns
Created June 16, 2015 16:18
Show Gist options
  • Save shauns/1e08504b85b16a038a42 to your computer and use it in GitHub Desktop.
Save shauns/1e08504b85b16a038a42 to your computer and use it in GitHub Desktop.
Snapshot site and convert to thumbnail
capturejs --uri="http://airbnb.com" --viewportsize="1152x720" --cliprect="0x0x1152x720" --output="airbnb.png" && gm convert airbnb.png -resize "576x" -unsharp 2x0.5+0.7+0 airbnb-preview.jpg && rm airbnb.png && open airbnb-preview.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment