Sign in Sign up
nuget

MoyskleyTech.ImageProcessing

Image processing library 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.

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
3
Cadence
~10 months
Last 12 months
0

Details

License
MIT
First release
Jul 24, 2020
Releases
Version Released
1.0.2 patch
1.0.1 patch
1.0.0 initial