I'm using SixLabors.ImageSharp.Drawing (1.0.0-beta0005) using ASP .NET core MVC 2.1 on Windows 10.

I'm uploading the attached image using a IFormFile. Loading the image to ImageSharp using:
Image _image = Image.Load(file.OpenReadStream());
The image width and height are mixed up (see screenshot). Tis happens with all portrait pictures taken with my Nikon D90 SLR camera.
