Info
Version: | 1.0.2 |
Author(s): | MoyskleyTech.ImageProcessing |
Last Update: | Thursday, March 24, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MoyskleyTech.ImageProcessing |
Install
Install-Package MoyskleyTech.ImageProcessing
dotnet add package MoyskleyTech.ImageProcessing
paket add MoyskleyTech.ImageProcessing
MoyskleyTech.ImageProcessing Download (Unzip the "nupkg" after downloading)
Dependencies
- MoyskleyTech.Mathematics(>= 1.0.1)
The library is built to allow you to use System.Drawing style classes in .NetStandard.
There is no direct access to filesystem to reduce dependencies, but if you ever need to decode or save an image, you could simply create a FileStream and pass it to Bitmap.Save or BitmapFactory.Decode for reading.
To use any of the Codecs, simply write ImageProcessing.CodecNamespace.CodecName.Register() for the BitmapFactory to understand the codec while decoding.