You will need ImageMagick to run Drupal modules such as image.module. When you download the Mac OS X ImageMagick installer. You will need to apply certain commands in Terminal one by one to make it work:

cd /usr/local/lib/
sudo mv libltdl.3.1.0.dylib libltdl.3.dylib
/usr/local/bin/mogrify

Here you're renaming a certain lib file which has been updated, but this change is not noted by other parts of ImageMagick. If all went well you should receive a list of commands.

Imagemagick Convert path will be:
/usr/local/bin/convert

Pls. comment if you have anything to add. Thanks!

Comments

truyenle’s picture

Cool! That works for me too after a while of searching. Thank