JPEG decoder for .NET Core

Some of you might already know that there is "currently" not any built in default JPEG decoder class for .NET Core since System.Drawing (except for System.Drawing.Primitives) is currently not present as a Nuget package. So is there any way of DECODING JPEG pictures on .NET Core for some server side processing? Yes certainly there is! … Continue reading JPEG decoder for .NET Core