diff options
Diffstat (limited to 'scripts/trollette.sh')
-rwxr-xr-x | scripts/trollette.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |