Add on library for libSDL handling several image formats
This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
To install libsdl2_image, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl2_image
To see what files were installed by libsdl2_image, run:
port contents libsdl2_image
To later upgrade libsdl2_image, run:
sudo port selfupdate && sudo port upgrade libsdl2_image
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.