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
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 version
v2.1.3
Other ImageSharp packages and versions
ImageSharp.Web 2.0.2
Environment (Operating system, version and so on)
Linux and Mac
.NET Framework version
6
Description
When converting this original image:
to WebP using the query: ?format=webp, the resulting image has incorrect colors:
(GitHub doesn't allow me to upload WebP images. Have included a URL to the WebP image later on below)
This, as far as I have been able to tell, only happens when the original image is using the color profile "ProPhoto RGB".
Steps to Reproduce
Run a ProPhoto RGB image through ImageSharp.Web with the ?format=webp query.
The issue is, that the color profile is not preserved with version 2.1.3. This was already fixed with PR-2109, but is not yet released with a stable version.
Aah awesome, we have implemented a work around for now (detecting "KODA" somewhere in the metadata, and then just not converting those to webp), so we'll likely just wait for version 3.0.0 😄 Which I understand should be released sometime in December.
If it has already been fixed, then this issue can be closed.
Prerequisites
DEBUG
andRELEASE
modeImageSharp version
v2.1.3
Other ImageSharp packages and versions
ImageSharp.Web 2.0.2
Environment (Operating system, version and so on)
Linux and Mac
.NET Framework version
6
Description
When converting this original image:
to WebP using the query:
?format=webp
, the resulting image has incorrect colors:(GitHub doesn't allow me to upload WebP images. Have included a URL to the WebP image later on below)
This, as far as I have been able to tell, only happens when the original image is using the color profile "ProPhoto RGB".
Steps to Reproduce
Run a ProPhoto RGB image through ImageSharp.Web with the ?format=webp query.
Images
Original:
WebP Image: https://sansir.cdn.fo/savn/55mi1lvk/betri10.webp?s=lZJR46jg-2NEldLYbPBj_T-Eibs
The text was updated successfully, but these errors were encountered: