Last active
May 19, 2018 20:51
-
-
Save alexander-lazarov/21d29e05f867c38b2ab9e4b4feb27380 to your computer and use it in GitHub Desktop.
latest 6.x imagemagick
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install imagemagick@6 | |
brew link imagemagick@6 --force | |
# brew install https://github.com/Homebrew/homebrew-core/raw/7efe381f290b472950ad4d1b25e3e4db58a58dd7/Formula/imagemagick.rb | |
# ## if you get a missing PNG library error install with --from-source option | |
# # brew install https://github.com/Homebrew/homebrew-core/raw/7efe381f290b472950ad4d1b25e3e4db58a58dd7/Formula/imagemagick.rb --from-source | |
# brew switch imagemagick 6.9.7-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment