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 know this is a dumb question, but I can't seem to figure out how to run this script. I can't have multiple lines in the command prompt to run this. I'm on Windows.
The command is not a script, it is just a one-line command written on multiple lines to make it easier to read. It is in unix format. If you change all the \ to ^, then it will run in Windows. So after changing (be sure there are no spaces after the ^) and copy and paste it in the CMD window. Or remove all the \ and new lines and make it into one long line, then copy and past it into your CMD window.
I also got these after removing the part that gave me the error
convert: unable to open image ''#FFFFFF00'': No such file or directory @ error/blob.c/OpenBlob/3094.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/509.