You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two images which thumbnails and real size images are shown properly in Windows Explorer and in image editors that I use.
Unfortunately when I load the size of the portrait image the SixLabors.ImageSharp library returns the dimensions as landscape. I cannot find a property that I can use to for orientation.
Steps to Reproduce
There is attached zip with demo.
System Configuration
.NET Core application with 1.0.3 version of SixLabors.ImageSharp.
Windows 10
The second portrait image is actually 6000 pixels wide but has an EXIF orientation property which rotates the image for display to portrait mode. Windows returns the EXIF dimensions in it's details info but that wouldn't be correct for pixel processing.
Hi,
I have two images which thumbnails and real size images are shown properly in Windows Explorer and in image editors that I use.
Unfortunately when I load the size of the portrait image the SixLabors.ImageSharp library returns the dimensions as landscape. I cannot find a property that I can use to for orientation.
Steps to Reproduce
There is attached zip with demo.
System Configuration
.NET Core application with 1.0.3 version of SixLabors.ImageSharp.
Windows 10
netcoreapp3.1.zip
The code of the program:
The text was updated successfully, but these errors were encountered: