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.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
using System; |
|||
|
|||
namespace SixLabors.ImageSharp |
|||
{ |
|||
/// <summary>
|
|||
/// Encapsulates the properties and methods that describe an image.
|
|||
/// </summary>
|
|||
public interface IImage : IImageInfo |
|||
public interface IImage : IImageInfo, IDisposable |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue