Install from source with delegates
Posted: 2015-02-02T08:58:42-07:00
Hello,
I wanted to install ImageMagick from source under OS X 10.10 Yosemite.
To do so, I first installed
Then I did the same with http://www.imagemagick.org/download/ImageMagick.tar.gz
It seems that ImageMagick does not find the delegates.
convert -version gives me:
When I try to work with png or so, I get:
What do I have to do to get support for Ghostscript, jpeg, png and tiff?
I wanted to install ImageMagick from source under OS X 10.10 Yosemite.
To do so, I first installed
- ghostscript-9.10
- jpeg-9a
- libpng-1.6.16
- tiff-4.0.3
Code: Select all
./configure
make
sudo make install
It seems that ImageMagick does not find the delegates.
convert -version gives me:
Code: Select all
Version: ImageMagick 6.9.0-4 Q16 x86_64 2015-02-01 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
Features: DPC
Delegates (built-in): bzlib xml zlib
Code: Select all
no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/501.