More cleaner verbose log
This commit is contained in:
parent
28a7b49eba
commit
3c47d3d526
1 changed files with 7 additions and 3 deletions
|
|
@ -8,10 +8,14 @@ for svg in `find $1 -name *.svg` ; do
|
||||||
|
|
||||||
# export each 4 cards
|
# export each 4 cards
|
||||||
for i in `seq 4` ; do
|
for i in `seq 4` ; do
|
||||||
inkscape --export-png=${base}_card_$i.png --without-gui --export-id=card_$i --export-height=800 $svg
|
echo "===== ${base}_card_$i ====="
|
||||||
|
time inkscape --export-png=${base}_card_$i.png --without-gui --export-id=card_$i --export-height=800 $svg
|
||||||
|
echo "===== DONE ====="
|
||||||
done
|
done
|
||||||
|
|
||||||
# export the whole page
|
# export the whole page
|
||||||
inkscape --export-png=$base.png --export-area-page --export-width=1024 --without-gui $svg
|
echo "===== ${base} ====="
|
||||||
|
time inkscape --export-png=$base.png --export-area-page --export-width=1024 --without-gui $svg
|
||||||
|
echo "===== DONE ====="
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue