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?".
At the command line, saving as miff also saved the current setting of "-compose". This meant that after reading a miff, "-composite" without explicitly setting "-compose" was risky.
That no longer seems to be the case. I don't know if using a composite setting in an API ever set the "compose" metadata. I doubt if it did, because the API didn't use that metadata.