First shot on a favicon.

This commit is contained in:
Your Name 2014-06-06 13:58:48 +02:00
commit 62d4d89204
4 changed files with 128 additions and 0 deletions

9
assets/mk-favicon.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
convert $1 \
\( -clone 0 -resize 16x16 \) \
\( -clone 0 -resize 32x32 \) \
\( -clone 0 -resize 48x48 \) \
\( -clone 0 -resize 64x64 \) \
-bordercolor transparent -border 128x128 \
-delete 0 -alpha off -colors 256 $2