How to Install freeimage on Mac using Brew

Package Information:

Name: freeimage
Use: FreeImage is a library project for developers who would like to support popular graphics image formats
URL: https://sourceforge.net/projects/freeimage

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install freeimage using brew
    brew install freeimage

freeimage is ready to use now!