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?".
which is what I want, but I am puzzled as to what is happening here.
It appears that 4 leading zeros are required in cases like this or else it starts either reading or eating whatever is in the following %[filename:whatever]. It begins behaving normally when it encounters non-variable text again. Is there something I am not doing right?
"convert.exe" means you are running on Windows, correct? If your commands are in a batch file, you need to double the "%" signs, because "%" on its own is interpreted by the Windows shell in a special way.
I am running it through the command prompt directly. When I use double percent signs, the exported file names get all screwed up or the command won't complete at all. I feel there is more to it than that.
Not sure what is happening, but I have found a bit of a workaround. The minimum amount of leading zeros you can have seems to be four in these cases and for each extra leading zero you want, you have to add 1 zero to %d and increment the number of leading zeros by the number of zeros you added.
I am using 6.8.3 on Windows 7 and I have verified that "T" is not set as an environment variable. If I am reading you properly snibgo, it is a replicatable bug and not user error. In that case, I will file a bug report.