This commit is contained in:
Jan Prochazka
2022-04-25 19:58:24 +02:00
parent 31edd48257
commit 4bf3296042
13 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -29,19 +29,19 @@
# magick icon.svg -resize 1024x1024 icon.png
# magick icon.svg -resize 1024x1024 -transparent white -background transparent icon.png
magick icon.png -resize 512x512 app/icon512.png
magick icon.png -resize 256x256 app/icon.png
magick icon.png -resize 32x32 app/icon32.png
magick icon.png -resize 512x512! app/icon512.png
magick icon.png -resize 256x256! app/icon.png
magick icon.png -resize 32x32! app/icon32.png
magick icon.png -define icon:auto-resize="256,128,96,64,48,32,16" app/icon.ico
magick icon.png -resize 512x512 app/icons/512x512.png
magick icon.png -resize 256x256 app/icons/256x256.png
magick icon.png -resize 128x128 app/icons/128x128.png
magick icon.png -resize 64x64 app/icons/64x64.png
magick icon.png -resize 48x48 app/icons/48x48.png
magick icon.png -resize 32x32 app/icons/32x32.png
magick icon.png -resize 16x16 app/icons/16x16.png
magick icon.png -resize 512x512! app/icons/512x512.png
magick icon.png -resize 256x256! app/icons/256x256.png
magick icon.png -resize 128x128! app/icons/128x128.png
magick icon.png -resize 64x64! app/icons/64x64.png
magick icon.png -resize 48x48! app/icons/48x48.png
magick icon.png -resize 32x32! app/icons/32x32.png
magick icon.png -resize 16x16! app/icons/16x16.png
magick icon.png -resize 192x192 packages/web/public/logo192.png
magick icon.png -resize 512x512 packages/web/public/logo512.png
magick icon.png -resize 192x192! packages/web/public/logo192.png
magick icon.png -resize 512x512! packages/web/public/logo512.png
magick icon.png -define icon:auto-resize="256,128,96,64,48,32,16" packages/web/public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB