|
|
@ -6,7 +6,7 @@ using SixLabors.ImageSharp.Formats; |
|
|
using SixLabors.ImageSharp.MetaData.Profiles.Exif; |
|
|
using SixLabors.ImageSharp.MetaData.Profiles.Exif; |
|
|
using SixLabors.ImageSharp.MetaData.Profiles.Icc; |
|
|
using SixLabors.ImageSharp.MetaData.Profiles.Icc; |
|
|
|
|
|
|
|
|
namespace SixLabors.ImageSharp |
|
|
namespace SixLabors.ImageSharp.MetaData |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Encapsulates the metadata of an image.
|
|
|
/// Encapsulates the metadata of an image.
|
|
|
|