Page 1 of 1

Shared-Static ? / Unsupported JPEG process: SOF type 0xc3

Posted: 2007-06-12T03:12:29-07:00
by jbd
Hello,

i'm sorry for this redundant subject. I've made some research and found some answers, but none of them was very explicit to me.

Here is the situation. I'm running imagemagick on a debian etch, so this is the version 6.2.4.5. I've downloaded and applied the ljpeg6 delegate patch to the libjpeg6 library. The .jpg testing image works well with the compiled djpeg but i can't make it work with imagemagick, i always got the message Unsupported JPEG process: SOF type 0xc3, with the jpg file bundled with the ljpeg6 patch or the TIF file.

Any help would be welcome !

Re: Unsupported JPEG process: SOF type 0xc3

Posted: 2007-06-12T14:26:22-07:00
by jbd
I manage to make things work, but it's a little confused to me.

I build libjpeg62 static and shared library with the jpeg lossless patch and install it.
Then i've to rebuild libtiff and imagemagick to make things work.

I thought i only had to rebuild libjpeg62 and the shared library will do the rest. It looks like ImageMagick is linking with the static library or something like that.

If anyone can help me, it would be nice ;)