First shot on a favicon.
This commit is contained in:
parent
273adb660c
commit
62d4d89204
4 changed files with 128 additions and 0 deletions
9
assets/mk-favicon.sh
Executable file
9
assets/mk-favicon.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue