1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-10 06:20:27 -04:00

Add logo for 1440x2160 and 2160x2160

This commit is contained in:
Reinhard Pointner 2017-07-19 20:40:34 +08:00
parent 1dfc5c2982
commit 0825edbbb6
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

View File

@ -2,6 +2,6 @@
LOGO='artwork_4096x4096.png' LOGO='artwork_4096x4096.png'
for SIZE in 358x173 358x358 1000x800 414x180 414x468 558x558 558x756 846x468 2400x1200; do 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" convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
done done