Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
In the above example many images/clones (6) created in memory and appended all that to one image.
My question is : Is it possible to add those images/clones (6) each at the specific x,y position of resultant image while adding to each one. (I want all to be done in this single command line statement).
Sorry, I don't follow what you mean by specific x,y? Your wanting a montage of the intermediate steps, or something else.
normally you would do the next example that either deletes the intermendite images, or just replace them with a more modified version. the above was a demonstration of one method of viewing the intermediate steps in a complex compound command.