sdl2_image.nuget 2.8.2

dotnet add package sdl2_image.nuget --version 2.8.2
NuGet\Install-Package sdl2_image.nuget -Version 2.8.2
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.nuget" Version="2.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sdl2_image.nuget --version 2.8.2
#r "nuget: sdl2_image.nuget, 2.8.2"
#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.nuget as a Cake Addin
#addin nuget:?package=sdl2_image.nuget&version=2.8.2

// Install sdl2_image.nuget as a Cake Tool
#tool nuget:?package=sdl2_image.nuget&version=2.8.2

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android. Support for other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings available for several other languages, including C# and Python.

---

Is this package outdated? Report here: https://github.com/kosmotema/sdl2-nuget

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 (1)

Showing the top 1 NuGet packages that depend on sdl2_image.nuget:

Package Downloads
Dina.Framework

Dina is a framework in SDL2/C++ inspired by Love2D and MonoGame.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.8.2 651 1/1/2024
2.8.1 176 12/14/2023
2.8.0 142 12/7/2023
2.6.3 1,836 2/22/2023
2.6.2 781 11/8/2022
2.6.1 752 8/6/2022
2.6.0 622 7/13/2022
2.0.5 10,180 7/3/2019
2.0.4 4,272 11/9/2018
2.0.3.2 2,156 9/22/2018
2.0.3.1 816 9/20/2018
2.0.3 1,041 8/3/2018

This is a stable bugfix release, with the following changes:
* Fixed crash loading LBM images
* Automatically set the colorkey for indexed PNG images with transparency