Rev 104 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 104 | Rev 106 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf |
12 | egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf |
| 13 | fi |
13 | fi |
| 14 | 14 | ||
| 15 | if [ ! -f "$f.png" ]; then |
15 | if [ ! -f "$f.png" ]; then |
| 16 | echo "Converting $f.svg to $f.png"; |
16 | echo "Converting $f.svg to $f.png"; |
| 17 | inkscape --without-gui --export-width=600 --export-png=$f.png $f.svg |
17 | inkscape -D -X -Y -W -H --without-gui --export-width=600 --export-png=$f.png $f.svg |
| 18 | 18 | ||
| 19 | fi |
19 | fi |
| 20 | done |
20 | done |