sdl2_image.v140.redist
2.0.1
dotnet add package sdl2_image.v140.redist --version 2.0.1
NuGet\Install-Package sdl2_image.v140.redist -Version 2.0.1
<PackageReference Include="sdl2_image.v140.redist" Version="2.0.1" />
paket add sdl2_image.v140.redist --version 2.0.1
#r "nuget: sdl2_image.v140.redist, 2.0.1"
// Install sdl2_image.v140.redist as a Cake Addin #addin nuget:?package=sdl2_image.v140.redist&version=2.0.1 // Install sdl2_image.v140.redist as a Cake Tool #tool nuget:?package=sdl2_image.v140.redist&version=2.0.1
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.19.1)
- libtiff.redist (>= 4.0.6.2)
- libwebp.v140.redist (>= 0.5.0.1)
- sdl2.v140.redist (>= 2.0.4)
- 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.
2.0.1:
* Fixed image colorspace issue on iOS and Mac OS X
* Fixed support for transparency in XPM files
* Fixed building JPEG support on Android
* Added support for building for Windows RT and Windows Phone
* Fixed memory leak in webp image loading
* Fixed loading BMP files with large BITMAPINFOHEADER structures
* Fixed building with libpng 1.4