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 SDL3_image-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SDL3_image-devel
To see what files were installed by SDL3_image-devel, run:
port contents SDL3_image-devel
To later upgrade SDL3_image-devel, run:
sudo port selfupdate && sudo port upgrade SDL3_image-devel
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.