|
|
@ -24,7 +24,7 @@ namespace SixLabors.ImageSharp.Formats.Webp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets or sets the webp format used. Either lossless or lossy.
|
|
|
/// Gets or sets the webp format used. Either lossless or lossy.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public WebpFormatType Format { get; set; } |
|
|
public WebpFormatType? Format { get; set; } |
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
/// <inheritdoc/>
|
|
|
public IDeepCloneable DeepClone() => new WebpMetadata(this); |
|
|
public IDeepCloneable DeepClone() => new WebpMetadata(this); |
|
|
|