Is there a libary for image manipulation (mainly resizing and cropping) that works with .NET Core?
I'm aware of ImageResizer and ImageProcessor, but - as far as I can say - those require the full .NET Framework (dnx451
) and won't work with .NET Core (dnxcore50
) and therefore would only run on Windows.
Is image manipulation already possible with .NET Core?