Resizing photos on a multicore environment

What is it? A while ago I created a simple application to reduce the size of images as I wanted more and more of them stored on my mobile phonehttps://timdows.com/projects/resizing-photos-to-have-them-all-on-your-32gb-storage-phone/ Using this application again, I wanted it to be running in dotnet core, but the System.Drawing library is not yet available on the dotnet core … Read more