Objective Caml interface to image manipulation functions.
Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render TrueType fonts.
Camlimages provides basic functions for image processing and loading/saving various image file formats, an interface to display images, and a Freetype interface to render TrueType fonts.
To install camlimages, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install camlimages
To see what files were installed by camlimages, run:
port contents camlimages
To later upgrade camlimages, run:
sudo port selfupdate && sudo port upgrade camlimages
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.