[SOLVED] Ubuntu 10.11/Mint 12 svn install no jpg delegate

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

[SOLVED] Ubuntu 10.11/Mint 12 svn install no jpg delegate

Post by NicolasRobidoux »

Trying to install the latest svn on a fairly vanilla Mint 12 system.

It appears to me that this may be a libtool issue, but no matter what I try, I'm stuck with

Code: Select all

convert: no decode delegate for this image format `big.jpg' @ error/constitute.c/ReadImage/538
jpeg8, libjpeg-progs, libjpeg-turbo-progs were installed using synaptic (jpeg8 was there from the get go).
Also tried on another machine, where I also installed jpeg-8d from source, to no avail.
Last edited by NicolasRobidoux on 2012-03-09T12:50:39-07:00, edited 1 time in total.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: [SOLVED]Ubuntu 10.11/Mint 12 svn install no jpg delegate

Post by NicolasRobidoux »

Solution: Install libjpeg8-dev (blush) from the package manager.
Post Reply