From: Michal Sojka Date: Sat, 11 Dec 2010 16:25:33 +0000 (+0100) Subject: Generate thumbnails with appripriate gamma value X-Git-Tag: fix-allnoconfig~227 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/7f362bd7e0425e779cc7d4c567e4261b21e4b6a7 Generate thumbnails with appripriate gamma value --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 70f0132..1a490a1 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -58,7 +58,7 @@ _plot() { echo 'set terminal pngcairo color enhanced size 750,525 font ",10" ;' \ "$(< plot.gp)" | gnuplot > ${testname}$I.png mkdir -p thumb - convert -size 150x105 -quality 90 -type Palette -depth 8 ${testname}$I.png thumb/${testname}$I.png + convert -resize 150x105 -gamma 0.5 -quality 90 -type Palette -depth 8 ${testname}$I.png thumb/${testname}$I.png # echo 'set terminal pngcairo color enhanced size 150,105 font ",1";' \ # "$(< plot.gp)" | gnuplot > thumb/${testname}$I.png