mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix call to convert on linux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user