Skip to content

Instantly share code, notes, and snippets.

@tilleps
Created February 9, 2015 00:22
Show Gist options
  • Save tilleps/e915d055d4de7e5abf02 to your computer and use it in GitHub Desktop.
Save tilleps/e915d055d4de7e5abf02 to your computer and use it in GitHub Desktop.
Whiteboard Cleaner Script
#!/bin/bash
# Whiteboard cleaner: http://ipestov.com/one-cool-gist-whiteboardcleaner/
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment