ASP.NET Core 3.1 Images Compress
Is there any free and reliable way to compress image files (.jpg/.png) and also create thumbnails in ASP.NET Core 3.1 MVC? I tried Bitmap's functions but they throw exceptions like 'System.Drawing.Common is not supported on this platform'.