Make icon fill up more space

This commit is contained in:
Nick Bisby 2019-04-28 23:03:41 -05:00
parent 81ca08c4c6
commit a497c26368
No known key found for this signature in database
GPG Key ID: F6E0C4E6D0B5EB36

View File

@ -16,9 +16,9 @@ if [ ! -e $ICON_SOURCE ]; then
fi
# Channel Posters
convert -background "#000b25" -gravity center -scale 380x380 -extent 540x405 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_fhd.png
convert -background "#000b25" -gravity center -scale 325x325 -extent 486x365 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_hd.png
convert -background "#000b25" -gravity center -scale 300x300 -extent 432x324 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_sd.png
convert -background "#000b25" -gravity center -scale 400x400 -extent 540x405 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_fhd.png
convert -background "#000b25" -gravity center -scale 360x360 -extent 486x365 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_hd.png
convert -background "#000b25" -gravity center -scale 320x320 -extent 432x324 $BANNER_SOURCE $OUTPUT_DIR/channel-poster_sd.png
# Overhang icon
convert -background none -gravity center -scale 1000x48 -extent 180x48 $BANNER_SOURCE $OUTPUT_DIR/logo.png