Blog Posts with tag ".NET Core"

Resize Images with .NET Core

Resize Images with .NET Core

To resize images like PNG, JPEG, JPG and Co using .NET Core, there is no SDK support available today. But the Microsoft Mono team has written a wrapper named SkiaSharp based on the Google library Skia , which works …

Read Blog Post