mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-11 20:05:04 -05:00
Experiment with new icon variants
This commit is contained in:
parent
27c4d0e447
commit
233a00692f
BIN
installer/icons/filebot-flat-white.png
Normal file
BIN
installer/icons/filebot-flat-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -19,7 +19,7 @@
|
|||||||
<stop offset="0.805" style="stop-color:#3A5B71"/>
|
<stop offset="0.805" style="stop-color:#3A5B71"/>
|
||||||
<stop offset="1" style="stop-color:#37596E"/>
|
<stop offset="1" style="stop-color:#37596E"/>
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<rect width="150" height="150" fill="url(#SVGID_1_)" stroke="url(#SVGID_2_)" stroke-width="5" />
|
<rect width="150" height="150" fill="url(#SVGID_1_)" stroke="url(#SVGID_2_)" stroke-width="0" rx="25" ry="25" />
|
||||||
<g>
|
<g>
|
||||||
<path fill="#E57025" d="M79.124,33.484c0,0.149-0.02,0.382-0.056,0.698c-0.038,0.317-0.084,0.67-0.14,1.061
|
<path fill="#E57025" d="M79.124,33.484c0,0.149-0.02,0.382-0.056,0.698c-0.038,0.317-0.084,0.67-0.14,1.061
|
||||||
c-0.056,0.391-0.14,0.801-0.252,1.228c-0.111,0.428-0.242,0.829-0.391,1.201s-0.316,0.67-0.502,0.893
|
c-0.056,0.391-0.14,0.801-0.252,1.228c-0.111,0.428-0.242,0.829-0.391,1.201s-0.316,0.67-0.502,0.893
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
BIN
installer/icons/filebot-round-rect.png
Normal file
BIN
installer/icons/filebot-round-rect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@ -1,8 +1,5 @@
|
|||||||
include *.cfg
|
QPKG_NAME := filebot
|
||||||
|
ICON := ../icons/filebot-flat-white.png
|
||||||
|
|
||||||
ICON := ../icons/filebot.svg
|
|
||||||
|
|
||||||
|
|
||||||
resize-icons:
|
resize-icons:
|
||||||
convert -verbose $(ICON) -resize 64x64 -gravity center -background transparent -extent 64x64 icons/$(QPKG_NAME).png
|
convert -verbose $(ICON) -resize 64x64 -gravity center -background transparent -extent 64x64 icons/$(QPKG_NAME).png
|
||||||
|
Loading…
Reference in New Issue
Block a user