Problem with jpeg libs on SUSE linux Enterprise Server 11

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
nattydread

Problem with jpeg libs on SUSE linux Enterprise Server 11

Post by nattydread »

I am using Magick++ code for a small program on linux to read in jpeg files.

At runtime I get the error
terminate called after throwing an instance of 'Magick::ErrorMissingDelegate'
what(): ImageMagick: no decode delegate for this image format `cps-1qt-above-persp9.jpg

I have manually installed the jpeg-6 and libjpeg-6b libraries from your Delegate pages but this does not fix the problem. I am linking with -lMagick++ and -ljpeg

Can anyone advise me what the problem is?

Thanks
nattydread

Re: Problem with jpeg libs on SUSE linux Enterprise Server 11

Post by nattydread »

Haha actually I fixed it now. I had to remake Imagemagick and link to the new libraries that way.
Sorry!

:lol:
Post Reply