diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-12 23:33:41 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-12 23:33:41 +0800 |
commit | 3312e495cf54a8bd6451552216f5aeea1a06d486 (patch) | |
tree | 2de25e8b53ba2747c613451fa16c3203578fbd93 /img/convpng | |
parent | d779d32c8c32e0e0c22662046498620b11fa46de (diff) | |
download | QMidiPlayer-3312e495cf54a8bd6451552216f5aeea1a06d486.tar.xz |
UI revolution cont'd. Powered by @BLumia.
Expose new APIs to plugin developer.
Use svg icons.
Diffstat (limited to 'img/convpng')
-rwxr-xr-x | img/convpng | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/img/convpng b/img/convpng deleted file mode 100755 index 18cdd31..0000000 --- a/img/convpng +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |