# HG changeset patch # User Augie Fackler # Date 1397657345 14400 # Node ID 1f6b813777c8798967989f1f1c517687a2ddca66 # Parent ec41fb19c4c88df5acc14684dc80ffe6a1b715fd Add imagemagick spell from https://gist.github.com/lelandbatey/8677901 diff --git a/unixSoft/bin/fix-whiteboard.sh b/unixSoft/bin/fix-whiteboard.sh new file mode 100755 --- /dev/null +++ b/unixSoft/bin/fix-whiteboard.sh @@ -0,0 +1,2 @@ +#!/bin/bash +convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"