Search found 2 matches

by fanf
2015-08-08T15:47:50-07:00
Forum: Bugs
Topic: png support missing from Mac OS X binary distribution
Replies: 0
Views: 5816

png support missing from Mac OS X binary distribution

The binary distribution of ImageMagick does not include png support.

$ tar xf ImageMagick-x86_64-apple-darwin14.3.0.tar.gz
$ DYLD_LIBRARY_PATH=./ImageMagick-6.9.1/lib ./ImageMagick-6.9.1/bin/identify -list format | grep -i png
by fanf
2015-08-08T15:42:23-07:00
Forum: Bugs
Topic: convert fails to find configure.xml
Replies: 4
Views: 8572

Re: convert fails to find configure.xml

I have seen the same bug. I am running the binary release of ImageMagick 6.9.1 on Mac OS X 10.10.4 From the debug output it is searching in: $MAGICK_CONFIGURE_PATH/configure.xml $MAGICK_HOME/etc/ImageMagick-6/configure.xml $MAGICK_HOME/share/ImageMagick-6/configure.xml /ImageMagick-6.9.1/lib ...