No delegates
Posted: 2017-11-15T09:11:59-07:00
Hi everyone,
I just installed ImageMagick on a Ubuntu 14.04 (64 bit) Machine from the Unix source. It all seemed to have worked during the installation but there seems to be a problem with the file formats I am allowed to manipulate with the convert command.
For example, running: works like a charm. However, using virtually any other image format returns an error. Since I wanted to use this tool with .jpeg images, I tried:
with a .jpeg image of a sunset, which returns:
I then used:
to find out the ImageMagick version, which returns:
which doesn't show any delegates. It seems to me these delegates are the root of the problem but I couldn't find a way to solve it. As you may have noticed by now, I'm pretty new to ImageMagick in particular and Linux in general, so I would be very grateful for any hints you may have!
Thanks in advance!
Daniel
I just installed ImageMagick on a Ubuntu 14.04 (64 bit) Machine from the Unix source. It all seemed to have worked during the installation but there seems to be a problem with the file formats I am allowed to manipulate with the convert command.
For example, running:
Code: Select all
convert -negate smile.gif negativesmile.gif
Code: Select all
convert -negate sunset.jpeg negativesunset.jpeg
Code: Select all
convert: no decode delegate for this image format `JPEG' @ error/constitute.c/ReadImage/509.
Code: Select all
convert -version
Code: Select all
Version: ImageMagick 7.0.7-11 Q16 x86_64 2017-11-15 http://www.imagemagick.org
Copyright (c) 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in):
Thanks in advance!
Daniel