sdl2-image v2.8.2
- Created
- Updated
SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV
# Usage
sdl2-image provides CMake targets:
find_package(SDL2_image CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL2_image::SDL2_image>,SDL2_image::SDL2_image,SDL2_image::SDL2_image-static>)
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# libjpeg-turbo
Support for JPEG image format
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libjpeg-turbo )
- vcpkg-cmake-config (by libjpeg-turbo )
# libwebp
Support for WEBP image format.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libwebp )
- vcpkg-cmake-config (by libwebp )
# tiff
Support for TIFF image format
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by tiff )
- vcpkg-cmake-config (by tiff )
# Dependencies
# Host Dependencies
and one transitive dependency:
vcpkg-cmake-get-vars (by libpng )
Platforms:
arm & android
# Dependents
- mygui
- sdl2pp (feature
sdl2-image
)
# Host Dependents
No dependents.
# Contributors
- Patrick Bader
- codicodi
- Alexander Karatarakis
- Robert Schumacher
- Stanislav Ershov
- Gabriel
- Daniel
- Helco
- Leonard Mosescu
- Antonio Maiorano
- pravic
- Stefano Sinigardi
- Charles Dang
- Billy O'Neal
- Jack·Boos·Yu
- Rémy Tassoux
- autoantwort
- Felipe Wannmacher
- Thomas1664
- Andrey Filipenkov
- Pierre Wendling
- jim wang
- JonLiu1993
# Changelog
and 24 more commits:
2ad118a
Add missing version.rc file to sdl2 libraries.48e9cc0
[sdl2-image] Update to 2.0.2deee8c1
[sdl2-gfx][sdl2-image][sdl2-mixer][sdl2-net][sdl2-ttf] Fix accidental link of release libs in debug mode.26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)dc4998b
[sdl2] Prevent exports in static build07fb014
[sdl2-image] changed include directory to SDL2 include directory2bb72e6
[sdl2-image] added dependencies to CONTROL so they will always be statically linked Replaced FindWEBP.cmake with version from freeimage port937c4e2
fixed findWEBP.cmake to select debug version of webp for debug builds.37a5504
finished port of sdl2_image - optional dependencies which are installed in vcpkg are automatically linked - unavailable dependencies are marked as dynamically linked and dlls have to be copied manually if respective file formats are used29aedfa
added first version of SDL2_image library which currently does not link to any external libraries.