Prerequisites
ImageSharp version
3.1.6
Other ImageSharp packages and versions
ImageSharp.Web 3.1.3
Environment (Operating system, version and so on)
Windows 10
.NET Framework version
8.0.113
Description
We noticed in Umbraco 13.7.0 an image uploaded shown correct at thumbnail e.g. ?rmode=max&width=500
Viewing the EXIF meta data via e.g. https://jimpl.com/ I see the following:
Orientation: Rotate 90 CW
Not sure why the rotation is different depending on format though.
The image seems also to be rotated correct using these querystrings:
?quality=80&width=500
?format=jpg&quality=80&width=500
?format=png&quality=80&width=500

but using WebP the image is rotated:
?format=webp&quality=80&width=500

Steps to Reproduce
Use the example image below and test with ?format=webp in querystring.
Images
I have attached the original image used in the example: test.zip
Prerequisites
DEBUGandRELEASEmodeImageSharp version
3.1.6
Other ImageSharp packages and versions
ImageSharp.Web 3.1.3
Environment (Operating system, version and so on)
Windows 10
.NET Framework version
8.0.113
Description
We noticed in Umbraco 13.7.0 an image uploaded shown correct at thumbnail e.g.
?rmode=max&width=500Viewing the EXIF meta data via e.g. https://jimpl.com/ I see the following:
Orientation: Rotate 90 CW
Not sure why the rotation is different depending on
formatthough.The image seems also to be rotated correct using these querystrings:
but using WebP the image is rotated:
Steps to Reproduce
Use the example image below and test with
?format=webpin querystring.Images
I have attached the original image used in the example: test.zip