https://github.com/libsdl-org/sdl_image
Image decoding for many popular formats for Simple Directmedia Layer.
https://github.com/libsdl-org/sdl_image
sdl-image sdl2
Last synced: 5 months ago
JSON representation
Image decoding for many popular formats for Simple Directmedia Layer.
- Host: GitHub
- URL: https://github.com/libsdl-org/sdl_image
- Owner: libsdl-org
- License: zlib
- Created: 2021-01-21T04:48:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:26:39.000Z (5 months ago)
- Last Synced: 2026-01-13T01:52:59.593Z (5 months ago)
- Topics: sdl-image, sdl2
- Language: C
- Homepage:
- Size: 115 MB
- Stars: 889
- Watchers: 18
- Forks: 251
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
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)