Webapp: give the Flamenco logo a bit of a black outline
A black outline around the white shape makes it visible in light themed browser windows.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 513 B |
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 34 KiB |
8
web/app/public/mkico.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
convert flamenco.png -bordercolor '#00000000' -border 0 \
|
||||
\( -clone 0 -resize 16x16 \) \
|
||||
\( -clone 0 -resize 32x32 \) \
|
||||
\( -clone 0 -resize 48x48 \) \
|
||||
\( -clone 0 -resize 64x64 \) \
|
||||
-delete 0 -colors 256 favicon.ico
|