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'm curious, why does convert/mogrify generate these odd-looking filenames when I use it.
They are labeled with "-0" and "-1" before the extension name.
The TIFF file must have multiple frames in it. JPG format can't handle multiple frames so IM writes the two as separate files.
If you use the identify command it should list two lines of info, rather than the usual one, like this:
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.