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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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; } |
|
|
|
|
|
|
|
|