Instructions related to the installation and configuration of the ImageMagick product on a Mac OSX operating system. The installation instructions and documentation stem from an initial problem I had related to attemping to install the software using the Ruby Gem.
Problem - First Attempt
The first attempt at installing the gem resulted in the following output:
Solution
To solve for the above, the following commands were run.
Install software via HomeBrew:
Add the package configuration path to the env vars in the .bash_profile file:
Source the newly-updated .bash_profile file:
Symlink the required libraries and directories:
At this point, you should have a fully-functioning ImageMagick installation on OSX.