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 am playing a bit with different examples from IM documentation and keep encountering a problem with all examples where this style of syntax is present (example directly copied from documentation)
IM generally doesn't like extra spaces, try something like this:
convert zelda_text.jpg \(zelda_text_mask.gif -background white -alpha shape \) -flatten zelda_mask_overlay.jpg
could be the backslashes too, not sure though since I don't use them like this