How would I append the following commands into a single command for ImageMagick?
convert -size 1024x1024 xc:none -draw "roundrectangle 0,0,1024,1024,40,40" png:- | convert AppStore.png -matte - -compose DstIn -composite [email protected] convert -resize 50% [email protected] [email protected] convert -resize 50% [email protected] [email protected] convert -resize 50% [email protected] Logo.png
Appstore.png, so your example isn't minimal and complete.