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?".
yes, as long as ImageMagick is properly installed. if you installed from source not binary, then you need to install the jpg and tiff delegate libraries and then re-install IM. If you installed from binary, then both should likely be there.
You can check by typing:
convert -list configure
look at the line starting DELEGATES and see if jpeg and tiff are listed.