Combine composite
Posted: 2016-06-21T03:27:12-07:00
Hi,
is there a way to combine these commands
convert background.png image_A -geometry +665+215 -composite background.png
convert background.png image_B -geometry +5+67 -composite background.png
convert background.png image_C -geometry +7+15 -composite background.png
convert background.png image_D -geometry +55+101 -composite background.png
into one single convert? I can't seem to find the proper way to layout the parameters when trying.
Best,
Carlos.
is there a way to combine these commands
convert background.png image_A -geometry +665+215 -composite background.png
convert background.png image_B -geometry +5+67 -composite background.png
convert background.png image_C -geometry +7+15 -composite background.png
convert background.png image_D -geometry +55+101 -composite background.png
into one single convert? I can't seem to find the proper way to layout the parameters when trying.
Best,
Carlos.