Advertisement
opexxx

whiteboardClean.sh

May 4th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. #./whiteboardClean.sh example1.jpg output1.png
  3. 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