Browse Source

Merge pull request #2781 from lofcz/chore-fix-metadata-typo

Fix ImageMetadata docs typo
pull/2786/head
James Jackson-South 2 years ago
committed by GitHub
parent
commit
8ed06e8807
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/ImageSharp/Metadata/ImageMetadata.cs

2
src/ImageSharp/Metadata/ImageMetadata.cs

@ -165,7 +165,7 @@ public sealed class ImageMetadata : IDeepCloneable<ImageMetadata>
public CicpProfile? CicpProfile { get; set; }
/// <summary>
/// Gets the original format, if any, the image was decode from.
/// Gets the original format, if any, from which the image was decoded.
/// </summary>
public IImageFormat? DecodedImageFormat { get; internal set; }

Loading…
Cancel
Save