use rotespotsdamn favicon

convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 favicon.svg js/public/img/icons/favicon-16x16.png
convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 favicon.svg js/public/img/icons/favicon-32x32.png

convert -resize x16 -gravity center -crop 16x16+0+0 -flatten -colors 256 favicon.svg favicon-16x16.ico
convert -resize x32 -gravity center -crop 32x32+0+0 -flatten -colors 256 favicon.svg favicon-32x32.ico
convert -resize x48 -gravity center -crop 48x48+0+0 -flatten -colors 256 favicon.svg favicon-48x48.ico
convert favicon-16x16.ico favicon-32x32.ico favicon-48x48.ico js/public/favicon.ico

convert -resize x180 favicon.svg js/public/img/icons/apple-touch-icon.png
convert -resize x180 favicon.svg js/public/img/icons/apple-touch-icon-180x180.png
convert -resize x152 favicon.svg js/public/img/icons/apple-touch-icon-152x152.png
convert -resize x120 favicon.svg js/public/img/icons/apple-touch-icon-120x120.png
convert -resize x76  favicon.svg js/public/img/icons/apple-touch-icon-76x76.png
convert -resize x60  favicon.svg js/public/img/icons/apple-touch-icon-60x60.png
This commit is contained in:
778a69cd 2022-06-30 18:16:32 +02:00
parent 897d08e18d
commit 4a9dbfb4e0
10 changed files with 36 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,015 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path style="opacity:1;fill:#fea72b;fill-opacity:1;stroke:none;stroke-opacity:1" d="M-5.801-6.164h72.69v72.871h-72.69z"/><g data-name="Calque 2"><g data-name="header"><path d="M26.58 27.06q0 8-4.26 12.3a12.21 12.21 0 0 1-9 3.42 12.21 12.21 0 0 1-9-3.42Q0 35.1 0 27.06q0-8.04 4.26-12.3a12.21 12.21 0 0 1 9-3.42 12.21 12.21 0 0 1 9 3.42q4.32 4.24 4.32 12.3zM13.29 17q-5.67 0-5.67 10.06t5.67 10.08q5.71 0 5.71-10.08T13.29 17z" style="fill:#3a384c;fill-opacity:1" transform="translate(14.627 5.256) scale(1.15671)"/><path d="M9 6.78a7.37 7.37 0 0 1-.6-3 7.37 7.37 0 0 1 .6-3A8.09 8.09 0 0 1 12.83 0a7.05 7.05 0 0 1 3.69.84 7.37 7.37 0 0 1 .6 3 7.37 7.37 0 0 1-.6 3 7.46 7.46 0 0 1-3.87.84A6.49 6.49 0 0 1 9 6.78z" style="fill:#fff" transform="translate(14.627 5.256) scale(1.15671)"/></g></g></svg> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
viewBox="0 0 500.00002 499.99999"
id="svg38"
width="500"
height="500"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs42" />
<title
id="title2">Mobilizon Logo</title>
<path
fill="#364749"
d="m 484.82933,247.19704 c 0,-128.76105 -104.4186,-233.179683 -233.17969,-233.179683 -128.76108,0 -233.179685,104.418633 -233.179685,233.179683 0,128.76105 104.418605,233.17969 233.179685,233.17969 128.76109,0 233.17969,-104.41864 233.17969,-233.17969 z"
id="path34"
style="stroke-width:10" />
<path
fill="#e08c96"
d="M 362.55369,400.8653 320.16593,270.60047 431.06961,189.96033 H 294.03778 L 251.65001,59.695505 209.26225,189.96033 H 72.230412 L 183.13409,270.60047 140.74633,400.8653 251.65001,320.31915 Z"
id="path36"
style="stroke-width:10" />
<metadata
id="metadata60">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:title>Mobilizon Logo</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

Before

Width:  |  Height:  |  Size: 857 B

After

Width:  |  Height:  |  Size: 1.2 KiB