Fix call to convert on linux

This commit is contained in:
Gael Guennebaud
2016-12-07 16:30:11 +01:00
parent 3855ab472f
commit 780f3c1adf
2 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ echo " " >> $WHAT.gnuplot
gnuplot -persist < $WHAT.gnuplot
# generate a png file (thumbnail)
convert -background white -density 300 -resize 300 -colors 256 -quality 0 $WHAT.pdf -background white -flatten $WHAT.png
convert -colors 256 -background white -density 300 -resize 300 -quality 0 $WHAT.pdf -background white -flatten $WHAT.png
# clean
rm $WHAT.out.header $WHAT.gnuplot