Search found 2 matches

by carlosaviles
2016-06-21T04:15:03-07:00
Forum: Users
Topic: Combine composite
Replies: 2
Views: 1058

Re: Combine composite

Great, thanks! That did the job. Sorry for not posting the version. Here it is:

Version: ImageMagick 6.9.3-6 Q16 x86_64 2016-02-28
by carlosaviles
2016-06-21T03:27:12-07:00
Forum: Users
Topic: Combine composite
Replies: 2
Views: 1058

Combine composite

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