Advertisement
metalx1000

Get Webpage Screen shot and Thumbnail

Mar 25th, 2012
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cutycapt --url="http://filmsbykris.com" --out=image.png
  4. convert image.png -resize 720 -crop 720x480+0+0 image_crop.png
  5. convert image.png -resize 120 -crop 120x90+0+0 image_thumb.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement