Guide To Install cimg On Mac using Brew

Package Information:

Name: cimg
Use: Usefulness CImg defines classes and methods to manage images in your own C++ code
URL: http://cimg.eu/

Installation Steps:

  1. Open up your Terminal.
  2. Copy the below command and execute

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

cimg is ready to use now!