Add bigger microsoft store icon

This commit is contained in:
Thomas Nordquist
2019-05-07 13:16:19 +02:00
parent 77654c7136
commit dfaae34cf5
2 changed files with 10 additions and 0 deletions

BIN
res/appx/Set_by_hand.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -21,6 +21,14 @@ function square150() {
convert $BASE_IMAGE -gravity center -resize "$PIXELS_SCALED"x"$PIXELS_SCALED" -extent "$PIXELS"x"$PIXELS" appx/Square150x150Logo-scale-$SCALE.png convert $BASE_IMAGE -gravity center -resize "$PIXELS_SCALED"x"$PIXELS_SCALED" -extent "$PIXELS"x"$PIXELS" appx/Square150x150Logo-scale-$SCALE.png
} }
function squareToSetInStoreByHand() {
SCALE=$1
PIXELS=$2
PIXELS_SCALED=$[ $PIXELS * 3 / 4 ]
convert $BASE_IMAGE -gravity center -resize "$PIXELS_SCALED"x"$PIXELS_SCALED" -extent "$PIXELS"x"$PIXELS" appx/Set_by_hand.png
}
function wide310x150() { function wide310x150() {
SCALE=$1 SCALE=$1
PIXELS_X=$2 PIXELS_X=$2
@@ -45,6 +53,8 @@ square150 200 300
square150 400 600 square150 400 600
convert $BASE_IMAGE -gravity center -resize 75x75 -extent 150x150 appx/Square150x150Logo.png convert $BASE_IMAGE -gravity center -resize 75x75 -extent 150x150 appx/Square150x150Logo.png
squareToSetInStoreByHand 100 300
wide310x150 100 310 150 wide310x150 100 310 150
wide310x150 150 465 225 wide310x150 150 465 225
wide310x150 200 620 300 wide310x150 200 620 300