Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #convert "$1" -colorspace Gray -level -10%,110% -resize "$2" -flop -rotate 90 "./$2-$(basename "$1")"
- convert "$1" -colorspace Gray -resize "$2" "./$2-$(basename "$1")"
- #convert "$1" -colorspace Gray -resize $2 -flop -rotate 90 "./$2-$(basename $1)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement