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?".
If NewFolder doesn't exist then IM acts like it does something but the rendered image or new dir doesn't exist. Is there a way to make IM create a directory if one doesn't exist already, otherwise save into one that does exist already?
As far as I know, IM will not create a new directory. I think one has to use the OS to script a test if the directory exists or not. Then if not create one. Or decide to use some other default directory. At least I think this is how it works in Unix. I do not know much about Windows.
F:\web\im>%IM%convert rose: newdir\r.png
convert.exe: unable to open image `newdir\r.png': No such file or directory @ error/blob.c/OpenBlob/2647.
convert.exe: WriteBlob Failed `newdir\r.png' @ error/png.c/MagickPNGErrorHandler/1806.
... which is fair enough.
AFAIK IM won't create directories. If it can't create a file it won't try again somewhere else.