1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/appx/Artwork/build.sh

8 lines
270 B
Bash
Raw Normal View History

#!/bin/sh
LOGO='artwork_4096x4096.png'
2017-07-19 08:40:34 -04:00
for SIZE in 358x173 358x358 1000x800 414x180 414x468 558x558 558x756 846x468 2400x1200 1440x2160 2160x2160; do
convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
done