mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
SDL3_image is an image file loading library for SDL3. For now only optional PNG support (via libpng) is wired up. https://github.com/libsdl-org/SDL_image Signed-off-by: Michael Fischer <mf@go-sys.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
config BR2_PACKAGE_SDL3_IMAGE
|
|
bool "sdl3_image"
|
|
depends on BR2_PACKAGE_SDL3
|
|
help
|
|
SDL3_image is an image file loading library. It loads images
|
|
as SDL surfaces, and supports the following formats: BMP,
|
|
GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.
|
|
|
|
http://www.libsdl.org/projects/SDL_image/
|