Skip to content

Commit baaf29c

Browse files
Fix default webp file format
1 parent c01bded commit baaf29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp/Formats/Webp/WebpMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private WebpMetadata(WebpMetadata other)
4343
/// <summary>
4444
/// Gets or sets the webp file format used. Either lossless or lossy.
4545
/// </summary>
46-
public WebpFileFormatType FileFormat { get; set; } = WebpFileFormatType.Lossless;
46+
public WebpFileFormatType FileFormat { get; set; } = WebpFileFormatType.Lossy;
4747

4848
/// <summary>
4949
/// Gets or sets the loop count. The number of times to loop the animation. 0 means infinitely.

0 commit comments

Comments
 (0)