sdl2_image.v140 2.0.1

dotnet add package sdl2_image.v140 --version 2.0.1
NuGet\Install-Package sdl2_image.v140 -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sdl2_image.v140" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sdl2_image.v140 --version 2.0.1
#r "nuget: sdl2_image.v140, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sdl2_image.v140 as a Cake Addin
#addin nuget:?package=sdl2_image.v140&version=2.0.1

// Install sdl2_image.v140 as a Cake Tool
#tool nuget:?package=sdl2_image.v140&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 Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 4,682 1/6/2016
2.0.0 1,359 11/10/2015

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