Script to make icons; 256x256 and 512x512 icons.
authorCarl Hetherington <cth@carlh.net>
Thu, 30 May 2013 20:59:12 +0000 (21:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 30 May 2013 20:59:12 +0000 (21:59 +0100)
icons/256x256/dvdomatic.png [new file with mode: 0644]
icons/512x512/dvdomatic.png [new file with mode: 0644]
icons/make.sh [new file with mode: 0755]

diff --git a/icons/256x256/dvdomatic.png b/icons/256x256/dvdomatic.png
new file mode 100644 (file)
index 0000000..ea02e12
Binary files /dev/null and b/icons/256x256/dvdomatic.png differ
diff --git a/icons/512x512/dvdomatic.png b/icons/512x512/dvdomatic.png
new file mode 100644 (file)
index 0000000..65b5012
Binary files /dev/null and b/icons/512x512/dvdomatic.png differ
diff --git a/icons/make.sh b/icons/make.sh
new file mode 100755 (executable)
index 0000000..36129d6
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+width=$1
+height=$2
+output=$3
+
+inkscape -z -e $output -w $width -h $height -D finish-trace.svg