Problem with jpeg libs on SUSE linux Enterprise Server 11
Posted: 2009-03-26T02:43:07-07:00
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
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