Flutterby™! : Whiteboard Picture Cleaner

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Whiteboard Picture Cleaner

2018-05-24 18:11:27.148293+02 by Dan Lyke 0 comments

Whiteboard Picture Cleaner - Shell one-liner/script to clean up and beautify photos of whiteboards!. Uses ImageMagick:

#!/bin/bash

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

[ related topics: Photography Dogs ]

comments in descending chronological order (reverse):