mirror of
https://github.com/libsdl-org/SDL_image.git
synced 2026-05-05 03:23:22 +02:00
Image decoding for many popular formats for Simple Directmedia Layer.
- C 91.1%
- C++ 4.4%
- Perl 1.5%
- CMake 1.5%
- Python 1.1%
- Other 0.2%
| .github | ||
| build-scripts | ||
| cmake | ||
| docs | ||
| examples | ||
| external | ||
| include/SDL3_image | ||
| src | ||
| test | ||
| VisualC | ||
| Xcode | ||
| .clang-format | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| .wikiheaders-options | ||
| Android.mk | ||
| CHANGES.txt | ||
| CMakeLists.txt | ||
| INSTALL.md | ||
| LICENSE.txt | ||
| README.md | ||
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
This library is distributed under the terms of the zlib license, available in LICENSE.txt.
Enjoy!
Sam Lantinga (slouken@libsdl.org)