Imagemagick and no delegates for format (jpg)

andy baxter andy at earthsong.free-online.co.uk
Fri Jan 11 12:55:42 UTC 2008


James Cummings wrote:
> Hiya,
>
>
> On an ubuntu gutsy laptop of mine I wanted to get a more recent
> version of imagemagick to be able to use the '-polaroid' option which
> isn't available in the version available in gutsy.
>
> So I followed the instructions at
> http://www.imagemagick.org/script/install-source.php#unix and
> downloaded, configured, made, and make installed it.
>
> However, when I try to do something I get and error complaining that
> there are no delegates for this format (jpeg).  And indeed, if I look
> at the output from ./configure at the very end it says that (even
> though I've used --with-jpeg=yes) that this isn't available (nor is
> png or tiff).
>
> I've tried to configure/make/make install with options to include jpeg
> but it just doesn't do it. Can anyone suggest what I should be doing?
>
> Thanks for any help!
>
> -James
> --
> james plus ubuntu at cummingsfamily dot org dot uk
>
>   
Have you installed the correct libraries and headers for jpeg, png and 
tiff? If not then imagemagick won't be able to link to these libraries. 
Try this:

- run synaptic
- look for libraries (starting lib...) containing 'jpeg', 'tif', and 
'png'. These are probably just libjpeg, libtiff, and libpng, but may be 
slightly differently named.
- now install the library (if it's not installed) /plus/ the development 
header files. These have the same name as the library with -dev or 
-devel at the end.
- try again with the ./configure; make ; make install process.

andy baxter.




More information about the ubuntu-users mailing list