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?".
I have N layers I would like to flatten in only one image. The layers are of various size and I would like them to be all centered in the final image. And I wasn't able to to find a solution to do that using the `-layers flatten` operator.
I could use the `-composite` operator instead to merge layers two by two. But the ImageMagick command will be generated by a script and using the `-layers` operator would be somewhat preferable since the filenames would be grouped together, instead of being interleaved with operators.