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
Problem with jpeg libs on SUSE linux Enterprise Server 11
Re: Problem with jpeg libs on SUSE linux Enterprise Server 11
Haha actually I fixed it now. I had to remake Imagemagick and link to the new libraries that way.
Sorry!
Sorry!