diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:59:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-30 21:59:12 +0100 |
| commit | defa5b0e3b71e27033ca687e1cf6fc69407a2340 (patch) | |
| tree | 31b4709cbc8f1ad9bfbbcb1c3d962af0eb6d0a92 | |
| parent | 260747962d87ed12115e940f7a9e86fcf7983ea4 (diff) | |
Script to make icons; 256x256 and 512x512 icons.
| -rw-r--r-- | icons/256x256/dvdomatic.png | bin | 0 -> 34999 bytes | |||
| -rw-r--r-- | icons/512x512/dvdomatic.png | bin | 0 -> 87255 bytes | |||
| -rwxr-xr-x | icons/make.sh | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/icons/256x256/dvdomatic.png b/icons/256x256/dvdomatic.png Binary files differnew file mode 100644 index 000000000..ea02e12c0 --- /dev/null +++ b/icons/256x256/dvdomatic.png diff --git a/icons/512x512/dvdomatic.png b/icons/512x512/dvdomatic.png Binary files differnew file mode 100644 index 000000000..65b5012de --- /dev/null +++ b/icons/512x512/dvdomatic.png 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 |
