Browse Source

Fix ImageMetadata typo

pull/2781/head
Matěj Štágl 2 years ago
parent
commit
4845281818
  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