IM not working

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?".
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM not working

Post by fmw42 »

you probably need to install the jpg and jasper delegates (and any others), if you build IM from source. if you are using the binary, then it should be working.

To check if IM can see your delegates, use

convert -list configure and look at the line for DELEGATES

For example on my system, I have:

DELEGATES bzlib fontconfig freetype gs jpeg jp2 lcms lqr openexr png tiff x11 xml zlib

note: jpeg and jp2

If you do not see these, then download the appropriate delegates and install them.

http://www.imagemagick.org/download/delegates/
Post Reply