I installed jpeg and libpng using Mac Ports
Code: Select all
sudo port install jpeg
sudo port install libpng
Then I compiled ImageMagick
Code: Select all
./configure --disable-osx-universal-binary --without-perl --enable-shared --disable-static --without-pango --with-magick-plus-plus --with-quantum-depth=8
I also tried to compile withno decode delegate for this image format
Code: Select all
./configure --enable-delegate-build --disable-osx-universal-binary --without-perl --enable-shared --disable-static --without-pango --with-magick-plus-plus --with-quantum-depth=8
any ideas how can I use ImageMagick on Mac OS X Maverick?
Thank you