# SDL_image **Repository Path**: weimingtom2000/SDL_image ## Basic Information - **Project Name**: SDL_image - **Description**: from https://github.com/libsdl-org/SDL_image - **Primary Language**: Unknown - **License**: Zlib - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-04 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SDL_image 3.0 This is a simple library to load images of various formats as SDL surfaces. It can load BMP, GIF, JPEG, LBM, PCX, PNG, PNM (PPM/PGM/PBM), QOI, TGA, XCF, XPM, and simple SVG format images. It can also load AVIF, JPEG-XL, TIFF, and WebP images, depending on optional libraries. The latest version of this library is available from GitHub: https://github.com/libsdl-org/SDL_image/releases Installation instructions and a quick introduction is available in [INSTALL.md](INSTALL.md) This library is distributed under the terms of the zlib license, available in [LICENSE.txt](LICENSE.txt). Enjoy! Sam Lantinga (slouken@libsdl.org)