diff options
| -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 |
