We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEBUG
RELEASE
3.0.0-alpha.0.56
2.1.3
Windows 11 (x64)
.NET 6
Converting a specific WebP image with an alpha channel to PNG does not work.
Only the outline is visible in the resulting file. WebP does not contain any crazy color profiles (it should contain normal sRGB).
The image causing the problem is attached.
https://systemartrecordings.blob.core.windows.net/recordings/devenv_AxQTL1Erma.mp4
static void Main(string[] args) { using (var img = Image.Load("c:\\Repositories\\TestingProjects\\ImageSharpWebP\\testimage.webp")) { img.Save("c:\\Repositories\\TestingProjects\\ImageSharpWebP\\testimage.png"); } }
TestImages.zip
The text was updated successfully, but these errors were encountered:
f66bb35
No branches or pull requests
Prerequisites
DEBUG
andRELEASE
modeImageSharp version
3.0.0-alpha.0.56
Other ImageSharp packages and versions
2.1.3
Environment (Operating system, version and so on)
Windows 11 (x64)
.NET Framework version
.NET 6
Description
Converting a specific WebP image with an alpha channel to PNG does not work.
Only the outline is visible in the resulting file. WebP does not contain any crazy color profiles (it should contain normal sRGB).
The image causing the problem is attached.
Steps to Reproduce
https://systemartrecordings.blob.core.windows.net/recordings/devenv_AxQTL1Erma.mp4
Images
TestImages.zip
The text was updated successfully, but these errors were encountered: