We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ae451 commit 4845281Copy full SHA for 4845281
1 file changed
src/ImageSharp/Metadata/ImageMetadata.cs
@@ -165,7 +165,7 @@ public double VerticalResolution
165
public CicpProfile? CicpProfile { get; set; }
166
167
/// <summary>
168
- /// Gets the original format, if any, the image was decode from.
+ /// Gets the original format, if any, from which the image was decoded.
169
/// </summary>
170
public IImageFormat? DecodedImageFormat { get; internal set; }
171
0 commit comments