By iraszl on
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/mogrifyHere 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
Cool! That works for me too
Cool! That works for me too after a while of searching. Thank