-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.3.2
Bug summary
There is a bug in ImageSharp that causes artifacts in transparent images when converted to WebP, see this GitHub issue. Is has already been fixed by the author in 3.1.4 (see his comment and his fix).
Please update SixLabors.ImageSharp to 3.1.4 in all applicable Umbraco versions to fix the issue.
I reproduced this on Umbraco 13.3.2 that uses SixLabors.ImageSharp 3.1.3.
For people who want to fix this issue now without waiting for Umbraco, you can install this newest version yourself for now:
dotnet add package SixLabors.ImageSharp --version 3.1.4
Specifics
No response
Steps to reproduce
Use the latest Umbraco LTS (13.3.2) to reproduce.
dotnet new umbraco -n WebPcd WebPdotnet run- Upload the attached image (bunny.png) to the media library
- Go to the image URL (you can find it in the Media Library > Bunny.png > Info tab > Links)
- Add
?format=webpto the end - Observe the broken image, which looks like this (note all the weird black bars that should be transparent).
Expected result / actual result
The WebP image should be fully transparent just like the original.

