Library for FreeImage, a dependency-less graphics library
FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
To install freeimage, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install freeimage
To see what files were installed by freeimage, run:
port contents freeimage
To later upgrade freeimage, run:
sudo port selfupdate && sudo port upgrade freeimage
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.