view unixSoft/bin/fix-whiteboard.sh @ 379:0b8457903012

apply-patchbomb: discard --partial, which doesn't fit my workflow
author Augie Fackler <raf@durin42.com>
date Thu, 10 Mar 2016 18:54:46 -0500
parents 1f6b813777c8
children
line wrap: on
line source

#!/bin/bash
convert "$1" -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 "$2"