mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -05:00
convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
This commit is contained in:
parent
d383433fcd
commit
339ee1796e
BIN
installer/icons/artwork/artwork_192x192.png
Normal file
BIN
installer/icons/artwork/artwork_192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -2,6 +2,6 @@
|
||||
|
||||
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"
|
||||
for SIZE in 71x71 150x150 192x192 300x300 1440x2160 2160x2160; do
|
||||
convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"
|
||||
done
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user