Info
Version: | 4.8.3 |
Author(s): | Darko Jurić |
Last Update: | Wednesday, October 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dajuric/dot-imaging |
NuGet Url: | https://www.nuget.org/packages/DotImaging.GenericImage |
Install
Install-Package DotImaging.GenericImage
dotnet add package DotImaging.GenericImage
paket add DotImaging.GenericImage
DotImaging.GenericImage Download (Unzip the "nupkg" after downloading)
Dependencies
- DotImaging.Primitives2D(>= 4.8.3)
Tags
Color-spaces and channel depth conversion is included.
Implements slim generic image class when fast pixel manipulation is needed.
To get compatibility for other image types install appropriate extension - NuGet package (e.g. Imaging.BitmapInterop).