Add Promotional Artwork for Windows Store
BIN
installer/appx/Artwork/artwork_1000x800.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
installer/appx/Artwork/artwork_2400x1200.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
installer/appx/Artwork/artwork_358x173.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
installer/appx/Artwork/artwork_358x358.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
installer/appx/Artwork/artwork_4096x4096.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
installer/appx/Artwork/artwork_414x180.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
installer/appx/Artwork/artwork_414x468.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
installer/appx/Artwork/artwork_558x558.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
installer/appx/Artwork/artwork_558x756.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
installer/appx/Artwork/artwork_846x468.png
Normal file
After Width: | Height: | Size: 29 KiB |
7
installer/appx/Artwork/build.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
LOGO='artwork_4096x4096.png'
|
||||
|
||||
for SIZE in 358x173 358x358 1000x800 414x180 414x468 558x558 558x756 846x468 2400x1200; do
|
||||
convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
|
||||
done
|