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?".
That should work. However I think the difference between -type and colorspace is currently very confusing. neither is a proper operator in IM.
They are hold over from the IM version 5 days and probably needs some bug fixing to properly define them.
I am currently hitting simular problems in IM examples where I had to force
images into greyscape using a slow -fx intensity, as using -colorspace stuffs up later operations.
As such I would say some bug fixing is needed in this area by someone who knows what is going on internally in IM.