diff options
Diffstat (limited to 'img/convpng')
-rwxr-xr-x | img/convpng | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/img/convpng b/img/convpng new file mode 100755 index 0000000..18cdd31 --- /dev/null +++ b/img/convpng @@ -0,0 +1,7 @@ +#!/bin/bash +for i in *.svg +do +inkscape $i --export-png=`echo "$i" | sed 's/.\{4\}$//'`.png --export-area-page --export-dpi=90 +done +i=qmidiplyr.svg +inkscape $i --export-png=`echo "$i" | sed 's/.\{4\}$//'`.png --export-area-page --export-width=64
\ No newline at end of file |