SDL2_image
SDL_image is an image file loading library.
It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, SVG, TGA, TIFF, WEBP, XCF, XPM, XV.
As of SDL_image 1.2.5, JPEG, PNG, TIFF, and WEBP image loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries. libpng depends on libz, and libtiff depends on both libz and libjpeg.
Version: 2.0.5Homepage: https://www.libsdl.org/projects/SDL_image/
License: zLib
Platforms:
Tags:
Dependencies:
Conflicts:
None
To install packages, please use a suitable client.