Install ImageMagick on MAC (Snow Leopard)

Install MAC Ports
(Download the .dmg file from macports website , install it and restart your system)
Then run the following commands.
sudo port install tiff -macosx imagemagick +q8 +gs +wmf
Install Gem
sudo gem install rmagick

Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Difference between Validations, Callbacks and Observers