From 9c70760cc97f572bb8c5962b48329cc054d5c225 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 5 May 2013 18:44:57 +0200 Subject: fixed contrast stretch bug for trollette --- scripts/trollette.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trollette.sh b/scripts/trollette.sh index 60cbe4c..7d2d0fa 100755 --- a/scripts/trollette.sh +++ b/scripts/trollette.sh @@ -22,7 +22,7 @@ if [ x"${TIMESTAMP}" = x"yes" ]; then -draw "text 10,10 '${TODAY}'" \ ${WEBPATH}/public/img/buffer.${NAME}.webcam.jpg else - mogrify -contrast-stretch 0 -adaptive-sharpen 3 \ + mogrify +noise Gaussian -attenuate 0.4 -adaptive-sharpen 3 \ -fill black -gravity SouthEast \ -draw "text 10,10 '${TODAY}'" \ ${WEBPATH}/public/img/buffer.${NAME}.webcam.jpg -- cgit v1.2.1