Trouble configuring IM for some Jpegs

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
levik

Trouble configuring IM for some Jpegs

Post by levik »

I can't seem to get ./configure --with-jpeg to work. The configure output always seems to say "--with-jpeg=yes no".

The resulting image library complain about no coder being found for some JPG files (interestingly, not ones that IM generates itself).

I have tried "--with-jpeg" and "--with-jpeg=yes" and the same for "--with-jp2", but there seem to be no difference - these options are marked as "no" on the configure output.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Trouble configuring IM for some Jpegs

Post by magick »

Read config.log carefully. It will tell you why the configure script failed to validate the JPEG library. Fix the problem and rerun the configure script until the JPEG delegate library is validated. Next, rebuild ImageMagick and install and you should be able to read / write JPEG images.
levik

Re: Trouble configuring IM for some Jpegs

Post by levik »

Hmmm - it looks like configure can't find jconfig.h - should this not be included with the default source bundle?
Post Reply