png support missing from Mac OS X binary distribution
Posted: 2015-08-08T15:47:50-07:00
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
$ 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