Browse Source

Update WebpFormat.cs

Adjusted casing of Webp format name.
pull/2623/head
Jean-Sebastien Carle 2 years ago
committed by GitHub
parent
commit
768c1cbe7a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Formats/Webp/WebpFormat.cs

2
src/ImageSharp/Formats/Webp/WebpFormat.cs

@ -18,7 +18,7 @@ public sealed class WebpFormat : IImageFormat<WebpMetadata, WebpFrameMetadata>
public static WebpFormat Instance { get; } = new WebpFormat();
/// <inheritdoc/>
public string Name => "Webp";
public string Name => "WEBP";
/// <inheritdoc/>
public string DefaultMimeType => "image/webp";

Loading…
Cancel
Save