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 verified that I am running the latest version of ImageSharp.Web
I have verified if the problem exist in both DEBUG and RELEASE mode
I have searched open and closed issues to ensure it has not already been reported
ImageSharp.Web version
3.1.3
Other Six Labors packages and versions
SixLabors.ImageSharp 3.1.5
Environment (Operating system, version and so on)
Umbraco 13.4.1, Umbraco Cloud
.NET version
8
Description
We have come across an image or two that behave strangely when the webp format is applied in the query string to manipulate the image:
In order to test with the latest version of ImageSharp/ImageSharp.Web I have applied the latest versions of the NuGet packages to the project. The original versions were 3.1.3 and 3.1.0 respectively.
You could inject your own version of AutoOrientWebProcessor that only operates if the format is WebP or you intend to convert to WebP though. You would ensure it always runs first by injecting a command via OnParseCommandsAsync
Prerequisites
DEBUG
andRELEASE
modeImageSharp.Web version
3.1.3
Other Six Labors packages and versions
SixLabors.ImageSharp 3.1.5
Environment (Operating system, version and so on)
Umbraco 13.4.1, Umbraco Cloud
.NET version
8
Description
We have come across an image or two that behave strangely when the
webp
format is applied in the query string to manipulate the image:In order to test with the latest version of ImageSharp/ImageSharp.Web I have applied the latest versions of the NuGet packages to the project. The original versions were 3.1.3 and 3.1.0 respectively.
This is the URL for the image on the left:
And this is the same URL without the webp format applied, which renders in the correct orientation:
The original image is below (it's possible the copy on the website will be replaced soon).
Steps to Reproduce
Host the sample image and render it with the
format=webp
(no other parameters are required) on the URL.Images
The text was updated successfully, but these errors were encountered: