Info
Version: | 2.0.3 |
Author(s): | Sam Lantinga, Mattias Engdegård |
Last Update: | Wednesday, June 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.libsdl.org/projects/SDL_image/ |
NuGet Url: | https://www.nuget.org/packages/vii.SDL2_image |
Install
Install-Package vii.SDL2_image
dotnet add package vii.SDL2_image
paket add vii.SDL2_image
vii.SDL2_image Download (Unzip the "nupkg" after downloading)
Dependencies
- sdl2.new(>= 2.0.8)
- vii.SDL2_image.redist(>= 2.0.3)
Tags
It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, SVG, TGA, TIFF, WEBP, XCF, XPM, XV
As of SDL_image 1.2.5, JPEG, PNG, TIFF, and WEBP image loading libraries are dynamically loaded, so if you don't need to load those formats, you don't need to include those shared libraries.
libpng depends on libz, and libtiff depends on both libz and libjpeg.