Page 1 of 1

Problem with jpeg libs on SUSE linux Enterprise Server 11

Posted: 2009-03-26T02:43:07-07:00
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

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

Posted: 2009-03-26T03:03:09-07:00
by nattydread
Haha actually I fixed it now. I had to remake Imagemagick and link to the new libraries that way.
Sorry!

:lol: