summaryrefslogtreecommitdiff
path: root/scripts/temperaturescript.sh
diff options
context:
space:
mode:
authorFlorian <florianraemisch@web.de>2011-12-14 19:57:38 +0100
committerChristian Franke <nobody@nowhere.ws>2012-01-12 11:59:27 +0100
commit35356da75a72a1a44f7485fe4ed8e628027d7731 (patch)
treef18a9547319a1b19981348b62fdcd6a7ff81f3e1 /scripts/temperaturescript.sh
parent1ba0f772d2c3406731c85e6b154cf121b4f98474 (diff)
more contrast for tempgraphs
Diffstat (limited to 'scripts/temperaturescript.sh')
-rwxr-xr-xscripts/temperaturescript.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/temperaturescript.sh b/scripts/temperaturescript.sh
index 9112e87..4186b27 100755
--- a/scripts/temperaturescript.sh
+++ b/scripts/temperaturescript.sh
@@ -9,7 +9,7 @@ wget ${URL} -O ${WEBPATH}/public/img/buffer.tempgraph.png &> /dev/null || exit 1
cp ${WEBPATH}/public/img/buffer.tempgraph.png ${WEBPATH}/public/img/buffer.thumb.tempgraph.png
-mogrify -crop 800x400+70+41 -resize 200x50 ${WEBPATH}/public/img/buffer.thumb.tempgraph.png
+mogrify -crop 800x400+70+41 -resize 200x50 -contrast ${WEBPATH}/public/img/buffer.thumb.tempgraph.png
mv -f ${WEBPATH}/public/img/buffer.tempgraph.png ${WEBPATH}/public/img/tempgraph.png &> /dev/null