summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-30 21:59:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-30 21:59:12 +0100
commitdefa5b0e3b71e27033ca687e1cf6fc69407a2340 (patch)
tree31b4709cbc8f1ad9bfbbcb1c3d962af0eb6d0a92
parent260747962d87ed12115e940f7a9e86fcf7983ea4 (diff)
Script to make icons; 256x256 and 512x512 icons.
-rw-r--r--icons/256x256/dvdomatic.pngbin0 -> 34999 bytes
-rw-r--r--icons/512x512/dvdomatic.pngbin0 -> 87255 bytes
-rwxr-xr-xicons/make.sh7
3 files changed, 7 insertions, 0 deletions
diff --git a/icons/256x256/dvdomatic.png b/icons/256x256/dvdomatic.png
new file mode 100644
index 000000000..ea02e12c0
--- /dev/null
+++ b/icons/256x256/dvdomatic.png
Binary files differ
diff --git a/icons/512x512/dvdomatic.png b/icons/512x512/dvdomatic.png
new file mode 100644
index 000000000..65b5012de
--- /dev/null
+++ b/icons/512x512/dvdomatic.png
Binary files differ
diff --git a/icons/make.sh b/icons/make.sh
new file mode 100755
index 000000000..36129d625
--- /dev/null
+++ b/icons/make.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+width=$1
+height=$2
+output=$3
+
+inkscape -z -e $output -w $width -h $height -D finish-trace.svg