sdl3-image
A simple library to load images of various formats as SDL surfaces
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 build options
homepage ↗ github: libsdl-org/SDL_image
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 3.4.0 | 2 | 13 h | details › |
Versions & arches
Use flags of 3.4.0
- avif Add AV1 Image Format (AVIF) support
- gif Add GIF image support
- jpeg Add JPEG image support
- jpegxl Add JPEG XL image support
- png Add support for libpng (PNG images)
- samples Install sample programs
- static-libs Build static versions of dynamic libraries as well
- stb Use stb_image from vendored dev-libs/stb for JPEG and PNG image loading to reduce external dependencies
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- tiff Add support for the TIFF image format
- webp Add support for the WebP image format
8 expansion flags (python targets, ABIs, cpu flags…)
- abi_x86_32
- abi_x86_64
- abi_x86_x32
- abi_mips_n32
- abi_mips_n64
- abi_mips_o32
- abi_s390_32
- abi_s390_64
Runtime dependencies of 3.4.0
show 22 lines
avif?
(
)
!stb?
(
png?
(
)
jpeg?
(
)
)
jpegxl?
(
)
tiff?
(
)
webp?
(
)