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:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install freeimage using brew
brew install freeimage
freeimage is ready to use now!