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?".
@jessicaC: What version of IM are you using? What script language are you using? On Windows, it could be BAT or bash or Powershell or many others.
You say "doesn't work". What happens? Any error messages?
The script language is critical. For example, bash doesn't allow "[" in identifiers, so "$raw[0]" will expand raw successfully, but windows BAT (and possibly Powershell) does allow "[" in identifiers.