diff --git a/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs b/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs index cde8f612bb..01e604a4be 100644 --- a/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs +++ b/src/ImageSharp/Formats/Webp/WebpDecoderCore.cs @@ -305,6 +305,7 @@ namespace SixLabors.ImageSharp.Formats.Webp if (ignoreAlpha) { this.currentStream.Skip((int)alphaChunkSize); + break; } features.AlphaChunkHeader = (byte)this.currentStream.ReadByte();