Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #./whiteboardClean.sh example1.jpg output1.png
- convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement