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
2017-07-19 20:45:25 +08:00

8 lines
217 B
Bash
Executable File

#!/bin/sh
LOGO='artwork_4096x4096.png'
for SIZE in 71x71 150x150 300x300 1440x2160 2160x2160; do
convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
done