sdl2_image.v140.redist
2.0.0
See the version list below for details.
dotnet add package sdl2_image.v140.redist --version 2.0.0
NuGet\Install-Package sdl2_image.v140.redist -Version 2.0.0
<PackageReference Include="sdl2_image.v140.redist" Version="2.0.0" />
paket add sdl2_image.v140.redist --version 2.0.0
#r "nuget: sdl2_image.v140.redist, 2.0.0"
// Install sdl2_image.v140.redist as a Cake Addin #addin nuget:?package=sdl2_image.v140.redist&version=2.0.0 // Install sdl2_image.v140.redist as a Cake Tool #tool nuget:?package=sdl2_image.v140.redist&version=2.0.0
This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG, TGA, TIFF and WEBP formats. This is a NuGet package of SDL2_image built with Visual Studio 2015.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- libjpeg.redist (>= 9.0.1.4)
- libpng.redist (>= 1.6.18.1)
- libtiff.redist (>= 4.0.6.2)
- libwebp.v140.redist (>= 0.4.4)
- sdl2.v140.redist (>= 2.0.3)
- zlib.v140.windesktop.msvcstl.dyn.rt-dyn (>= 1.2.8.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on sdl2_image.v140.redist:
Package | Downloads |
---|---|
sdl2_image.v140
This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG, TGA, TIFF and WEBP formats. This is a NuGet package of SDL2_image built with Visual Studio 2015. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated for SDL 2.0
Fixed bug setting colorkey for indexed PNG images
Added support for alpha and lossless WEBP images