Browse Source

Merge branch 'main' into icc-color-conversion

pull/1567/head
James Jackson-South 3 years ago
parent
commit
ba76964cf6
  1. 2
      src/ImageSharp/Metadata/ImageFrameMetadata.cs
  2. 2
      src/ImageSharp/Metadata/ImageMetadata.cs

2
src/ImageSharp/Metadata/ImageFrameMetadata.cs

@ -57,7 +57,7 @@ public sealed class ImageFrameMetadata : IDeepCloneable<ImageFrameMetadata>
public XmpProfile XmpProfile { get; set; }
/// <summary>
/// Gets or sets the list of ICC profiles.
/// Gets or sets the ICC profile.
/// </summary>
public IccProfile IccProfile { get; set; }

2
src/ImageSharp/Metadata/ImageMetadata.cs

@ -145,7 +145,7 @@ public sealed class ImageMetadata : IDeepCloneable<ImageMetadata>
public XmpProfile XmpProfile { get; set; }
/// <summary>
/// Gets or sets the list of ICC profiles.
/// Gets or sets the ICC profile.
/// </summary>
public IccProfile IccProfile { get; set; }

Loading…
Cancel
Save