mirror of https://github.com/SixLabors/ImageSharp
2 changed files with 4 additions and 2 deletions
@ -1,12 +1,14 @@ |
|||||
// Copyright (c) Six Labors and contributors.
|
// Copyright (c) Six Labors and contributors.
|
||||
// Licensed under the Apache License, Version 2.0.
|
// Licensed under the Apache License, Version 2.0.
|
||||
|
|
||||
|
using System; |
||||
|
|
||||
namespace SixLabors.ImageSharp |
namespace SixLabors.ImageSharp |
||||
{ |
{ |
||||
/// <summary>
|
/// <summary>
|
||||
/// Encapsulates the properties and methods that describe an image.
|
/// Encapsulates the properties and methods that describe an image.
|
||||
/// </summary>
|
/// </summary>
|
||||
public interface IImage : IImageInfo |
public interface IImage : IImageInfo, IDisposable |
||||
{ |
{ |
||||
} |
} |
||||
} |
} |
||||
Loading…
Reference in new issue