We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30c468 commit 399d71dCopy full SHA for 399d71d
src/ImageSharp/Formats/Webp/WebpDecoderCore.cs
@@ -85,7 +85,6 @@ public Image<TPixel> Decode<TPixel>(BufferedReadStream stream, CancellationToken
85
Image<TPixel> image = null;
86
try
87
{
88
-
89
this.Metadata = new ImageMetadata();
90
this.currentStream = stream;
91
0 commit comments