From: Carl Hetherington Date: Thu, 30 May 2013 20:59:12 +0000 (+0100) Subject: Script to make icons; 256x256 and 512x512 icons. X-Git-Tag: v2.0.48~1337^2~331^2~13 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=defa5b0e3b71e27033ca687e1cf6fc69407a2340 Script to make icons; 256x256 and 512x512 icons. --- diff --git a/icons/256x256/dvdomatic.png b/icons/256x256/dvdomatic.png new file mode 100644 index 000000000..ea02e12c0 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 index 000000000..65b5012de 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 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