So in short what I want to do is define a white background area, create another image and position that on the background and then create another image and then place that on the background and then flatten the whole image and save as one.
So I thought this would work :
Code: Select all
convert -size 4500x4500 xc:white \( -size 400x400 xc:red \) -geometry +500+900 \( -size 400x400 xc:blue -rotate 45 \) -geometry +200+200 -layers flatten a_new.png