convert -verbose $LOGO -resize $SIZE -gravity center -background transparent -extent $SIZE "artwork_$SIZE.png"

This commit is contained in:
Reinhard Pointner 2018-06-26 15:02:42 +07:00
parent d383433fcd
commit 339ee1796e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -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