Search found 4 matches

by YMM
2011-12-22T17:08:33-07:00
Forum: Users
Topic: Convert from jpeg to pdf error
Replies: 5
Views: 11599

Re: Convert from jpeg to pdf error

So i did the following:

reinstalled imgaMagick, still had the same problem converting.

erased libjpeg.so.62*:

/usr/lib/i386-linux-gnu$ sudo rm -f libjpeg.so.62*

and then:

ln -s /usr/local/lib/libjpeg.so.8.0.2 libjpeg.so.62

and reinstalled imgamagick again, then tried converting from jpeg to ...
by YMM
2011-12-18T13:43:13-07:00
Forum: Users
Topic: Convert from jpeg to pdf error
Replies: 5
Views: 11599

Re: Convert from jpeg to pdf error

convert -list format shows:

JPEG* JPEG rw- Joint Photographic Experts Group JFIF format (80)
JPG* JPEG rw- Joint Photographic Experts Group JFIF format (80)

And convert -list configure:

DELEGATES fftw fontconfig freetype jpeg jng openexr png rsvg tiff x11 xml zlib



So again it looks like ...
by YMM
2011-12-17T14:52:22-07:00
Forum: Users
Topic: Convert from jpeg to pdf error
Replies: 5
Views: 11599

Re: Convert from jpeg to pdf error

I really want/need to solve this, help please!!

Been stuck for a long time :S
by YMM
2011-12-17T14:47:26-07:00
Forum: Users
Topic: Convert from jpeg to pdf error
Replies: 5
Views: 11599

Convert from jpeg to pdf error

I'm getting this error while trying to convert from jpeg to pdf:

convert: Wrong JPEG library version: library is 62, caller expects 80 `Image-10.jpg' @ error/jpeg.c/EmitMessage/235.

I've seen some solutions, but the all imply a more advance knowledge of things, like reinstalling jpeg, i just don't ...