Advertisement
howtophil

waterfallpre.sh

Feb 6th, 2024 (edited)
1,074
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. #convert "$1" -colorspace Gray -level -10%,110% -resize "$2" -flop -rotate 90 "./$2-$(basename "$1")"
  3. convert "$1" -colorspace Gray -resize "$2"  "./$2-$(basename "$1")"
  4.  
  5. #convert "$1" -colorspace Gray -resize $2 -flop -rotate 90 "./$2-$(basename $1)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement