SixLabors / ImageSharp

:camera: A modern, cross-platform, 2D Graphics library for .NET
https://sixlabors.com/products/imagesharp/
Other
7.26k stars 844 forks source link

Ensure VP8X alpha flag is updated correctly. #2699

Closed JimBobSquarePants closed 3 months ago

JimBobSquarePants commented 4 months ago

Prerequisites

Description

When encoding webp image using the extended format we must ensure that the VP8X chunk contains the correct alpha flags in order to correctly display alpha color.

Fixes #2692 and https://github.com/SixLabors/ImageSharp/issues/2528#issuecomment-1993901348