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