Guest User

Untitled

a guest
Feb 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. # Creates a 100x100 thumbnail of an image using ImageMagick's convert.
  3. convert -size 300x300 $1 -thumbnail 100x100^ -gravity center -extent 100x100 thumb_$1
Add Comment
Please, Sign In to add comment